@sentio/sdk
    Preparing search index...

    Interface Data_SolInstruction

    interface Data_SolInstruction {
        accounts: string[];
        instructionData: string;
        parsed?: { [key: string]: any };
        programAccountId: string;
        slot: bigint;
    }
    Index

    Properties

    accounts: string[]
    instructionData: string
    parsed?: { [key: string]: any }
    programAccountId: string
    slot: bigint