@sentio/sdk
    Preparing search index...

    Interface InstructionHandlerConfig

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

    Properties

    fetchTx: boolean
    innerInstruction: boolean
    parsedInstruction: boolean
    rawDataInstruction: boolean