pub type NoncesStorage<Instance> = StorageMap<<Instance as InstanceToPrefix>::NoncesPrefix, Blake2_128Concat, H160, U256, ValueQuery>;
Expand description

Storage type used to store EIP2612 nonces.

Aliased Type§

struct NoncesStorage<Instance>(/* private fields */);