@sentio/sdk
    Preparing search index...

    Type Alias Data_SolInstruction

    Data_SolInstruction: Message<"processor.Data.SolInstruction"> & {
        accounts: string[];
        instructionData: string;
        programAccountId: string;
        rawParsed?: string;
        rawTransaction?: string;
        slot: bigint;
    }

    Type Declaration

    • accounts: string[]

      from field: repeated string accounts = 5;

    • instructionData: string

      from field: string instruction_data = 1;

    • programAccountId: string

      from field: string program_account_id = 3;

    • OptionalrawParsed?: string

      from field: optional string raw_parsed = 7;

    • OptionalrawTransaction?: string

      from field: optional string raw_transaction = 6;

    • slot: bigint

      from field: uint64 slot = 2;

    from message processor.Data.SolInstruction