Type Alias hypersync_format::Nonce

source ·
pub type Nonce = FixedSizeData<8>;
Expand description

EVM nonce is 8 bytes of data

Aliased Type§

struct Nonce(/* private fields */);