@sentio/sdk
    Preparing search index...

    Interface InstructionHandlerEntry

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

    Properties