Nonce

Type Alias Nonce 

Source
pub type Nonce = U256;
Expand description

Alias type for nonce.

Aliased Type§

#[repr(C)]
pub struct Nonce(pub [u64; 4]);

Tuple Fields§

§0: [u64; 4]