1//! Durable transaction nonces. 2 3pub mod state; 4pub use state::State; 5 6pub const NONCED_TX_MARKER_IX_INDEX: u8 = 0;