@sentio/sdk
    Preparing search index...

    Type Alias Data_SuiObject

    Data_SuiObject: Message<"processor.Data.SuiObject"> & {
        objectDigest: string;
        objectId: string;
        objectVersion: bigint;
        rawObjects: string[];
        rawSelf?: string;
        slot: bigint;
        timestamp?: Timestamp;
    }

    Type Declaration

    • objectDigest: string

      from field: string object_digest = 7;

    • objectId: string

      from field: string object_id = 5;

    • objectVersion: bigint

      from field: uint64 object_version = 6;

    • rawObjects: string[]

      from field: repeated string raw_objects = 10;

    • OptionalrawSelf?: string

      from field: optional string raw_self = 9;

    • slot: bigint

      from field: uint64 slot = 3;

    • Optionaltimestamp?: Timestamp

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

    from message processor.Data.SuiObject