pub type NoncesStorage = StorageMap<Nonces, Blake2_128Concat, H160, U256, ValueQuery>;
Expand description

Storage type used to store EIP2612 nonces.

Aliased Type§

struct NoncesStorage(/* private fields */);