Type Alias polkadot_primitives::Nonce
source ยท pub type Nonce = u32;
Expand description
Index of a transaction in the relay chain. 32-bit should be plenty.
pub type Nonce = u32;
Index of a transaction in the relay chain. 32-bit should be plenty.