MCPcopy Create free account
hub / github.com/Lightprotocol/light-protocol-v1 / InstructionIndex

Class InstructionIndex

program/src/state.rs:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181// and perform basic security checks.
182#[derive(Debug, Clone)]
183pub struct InstructionIndex {
184 is_initialized: bool,
185 pub signer_pubkey: Pubkey,
186 pub current_instruction_index: usize,
187}
188
189impl Sealed for InstructionIndex {}
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected