Interface InstructionHandlerConfig

interface InstructionHandlerConfig {
    innerInstruction: boolean;
    parsedInstruction: boolean;
    rawDataInstruction: boolean;
}

Properties

innerInstruction: boolean
parsedInstruction: boolean
rawDataInstruction: boolean