gemachain_program/nonce/
mod.rs

1pub mod state;
2pub use state::State;
3
4pub const NONCED_TX_MARKER_IX_INDEX: u8 = 0;