@sentio/sdk
    Preparing search index...

    Type Alias Data_SuiObjectChange

    Data_SuiObjectChange: Message<"processor.Data.SuiObjectChange"> & {
        rawChanges: string[];
        slot: bigint;
        timestamp?: Timestamp;
        txDigest: string;
    }

    Type Declaration

    • rawChanges: string[]

      from field: repeated string raw_changes = 5;

    • slot: bigint

      from field: uint64 slot = 3;

    • Optionaltimestamp?: Timestamp

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

    • txDigest: string

      from field: string tx_digest = 4;

    from message processor.Data.SuiObjectChange