Function deserialize_relevant_instructions

Source
pub fn deserialize_relevant_instructions(
    program_id: &Pubkey,
    tx: &VersionedTransactionWithInnerInstructions,
    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.