pub type Nonce = FixedSizeData<8>;
EVM nonce is 8 bytes of data
pub struct Nonce(/* private fields */);