@sentio/sdk
    Preparing search index...

    Type Alias Data_SolBlock

    Data_SolBlock: Message<"processor.Data.SolBlock"> & {
        rawBlock: string;
        slot: bigint;
        timestamp?: Timestamp;
    }

    Type Declaration

    • rawBlock: string

      from field: string raw_block = 1;

    • slot: bigint

      from field: uint64 slot = 3;

    • Optionaltimestamp?: Timestamp

      from field: google.protobuf.Timestamp timestamp = 2;

    from message processor.Data.SolBlock