Type Definition drml_primitives::Nonce
source · [−]pub type Nonce = u32;Expand description
The index of a transaction in the chain. 32-bit should be plenty.
pub type Nonce = u32;The index of a transaction in the chain. 32-bit should be plenty.