Function deserialize_relevant_instructions

Source
pub fn deserialize_relevant_instructions(
    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.