RawInnerInstructionList: Omit<ParsedInnerInstruction, "instructions"> & {
    instructions: SolanaRawInstruction[];
}

Customisation of the solana ParsedInnerInstruction type by modifying the instruction property, it defines the raw RPC response without any processing.

Generated using TypeDoc