Skip to main content

Nonce

Type Alias Nonce 

Source
pub type Nonce = u64;
Expand description

Per-account transaction counter. Increments by 1 with each committed tx from the same sender; replay is detected at the state-application layer.