@sentio/sdk
    Preparing search index...

    Type Alias InstructionHandlerConfig

    InstructionHandlerConfig: Message<"processor.InstructionHandlerConfig"> & {
        fetchTx: boolean;
        innerInstruction: boolean;
        parsedInstruction: boolean;
        rawDataInstruction: boolean;
    }

    Type Declaration

    • fetchTx: boolean

      from field: bool fetch_tx = 4;

    • innerInstruction: boolean

      from field: bool inner_instruction = 1;

    • parsedInstruction: boolean

      from field: bool parsed_instruction = 2;

    • rawDataInstruction: boolean

      from field: bool raw_data_instruction = 3;

    from message processor.InstructionHandlerConfig