deserialize_relevant_instructions

Function deserialize_relevant_instructions 

Source
pub fn deserialize_relevant_instructions<'a>(
    program_id: &Pubkey,
    account_keys: &[Pubkey],
    instructions: impl Iterator<Item = &'a CompiledInstruction>,
    blob_pubkey_index: usize,
    blober_pubkey_index: usize,
) -> Vec<RelevantInstructionWithAccounts>
Expand description

Deserialize relevant instructions from a transaction, given the indices of the blob and blober accounts in the transaction.