pub fn extract_relevant_instructions(
program_id: &Pubkey,
transactions: &[VersionedTransaction],
) -> Vec<RelevantInstructionWithAccounts>
Expand description
Extract relevant instructions from a list of transactions.
pub fn extract_relevant_instructions(
program_id: &Pubkey,
transactions: &[VersionedTransaction],
) -> Vec<RelevantInstructionWithAccounts>
Extract relevant instructions from a list of transactions.