@sentio/sdk
    Preparing search index...

    Interface InstructionHandlerEntry

    interface InstructionHandlerEntry {
        handler: SolanaInstructionHandler;
        handlerOptions?: HandlerOptions<object, Instruction>;
    }
    Index

    Properties

    handlerOptions?: HandlerOptions<object, Instruction>