mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(sdk): introduce PrimitivesTy helper type (#13933)
This commit is contained in:
@ -73,7 +73,7 @@ where
|
||||
Receipt = OpReceipt,
|
||||
SignedTx: OpTransaction,
|
||||
>,
|
||||
EvmConfig: Clone + Unpin + Sync + Send + 'static + ConfigureEvmFor<N>,
|
||||
EvmConfig: ConfigureEvmFor<N> + Clone + Unpin + Sync + Send + 'static,
|
||||
{
|
||||
type Primitives = N;
|
||||
type Strategy<DB: Database<Error: Into<ProviderError> + Display>> =
|
||||
|
||||
Reference in New Issue
Block a user