Class SolanaBaseProcessor

Hierarchy (view full)

Constructors

Properties

address: string
baseLabels?: Labels
config: IndexConfigure = ...
contractName: string
endpoint: string
fromParsedInstruction: ((instruction: {
    info: any;
    type: string;
}) => null | Instruction)
instructionCoder: InstructionCoder
instructionHandlerMap: Map<string, SolanaInstructionHandler> = ...
network: SolanaChainId
processInnerInstruction: boolean

Methods