Type Alias cml_cip36::CIP36Nonce

source ·
pub type CIP36Nonce = u64;
Expand description

The nonce is an unsigned integer that should be monotonically rising across all transactions with the same staking key. The advised way to construct a nonce is to use the current slot number. This is a simple way to keep the nonce increasing without having to access the previous transaction data.