pub fn get_blob_data_from_instructions(
relevant_instructions: &[RelevantInstructionWithAccounts],
blober: Pubkey,
blob: Pubkey,
) -> Result<Vec<u8>, LedgerDataBlobError>
Expand description
Extracts the blob data from the relevant instructions.