pub type Nonce = U256;
Nonce used as an identifier and ordering of messages within a channel. Nonce is always increasing.
struct Nonce(pub [u64; 4]);
0: [u64; 4]