@sentio/sdk
    Preparing search index...

    Type Alias SolanaInstructionHandler

    SolanaInstructionHandler: (
        instruction: Instruction,
        ctx: SolanaContext,
        accounts?: string[],
    ) => void

    Type Declaration