Type Alias Nonce

Source
pub type Nonce = FixedSizeData<8>;
Expand description

EVM nonce is 8 bytes of data

Aliased Typeยง

struct Nonce(/* private fields */);