Nonce

Type Alias Nonce 

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

EVM nonce is 8 bytes of data

Aliased Typeยง

pub struct Nonce(/* private fields */);