pub type NoncesStorage = StorageMap<Nonces, Blake2_128Concat, H160, U256, ValueQuery>;
Storage type used to store EIP2612 nonces.
struct NoncesStorage(/* private fields */);