Type Alias InstructionHandlerConfig
InstructionHandlerConfig: Message<"processor.InstructionHandlerConfig"> & {
fetchTx: boolean;
innerInstruction: boolean;
parsedInstruction: boolean;
rawDataInstruction: boolean;
}
Type Declaration
fetchTx: boolean
innerInstruction: boolean
parsedInstruction: boolean
rawDataInstruction: boolean
Generated
from field: bool fetch_tx = 4;