RawParsedInstruction: Omit<ParsedInstruction, "programId" | "parsed"> & {
    parsed: RawParsedInstructionData | any;
    programId: string;
}

Customisation of the solana ParsedInstruction type by modifying the parsed info and the type of the program address to string, it defines the raw RPC response without any processing.

Generated using TypeDoc