@sentio/sdk
    Preparing search index...

    Interface Data_SuiObject

    interface Data_SuiObject {
        objectDigest: string;
        objectId: string;
        objectVersion: bigint;
        rawObjects: string[];
        rawSelf?: string;
        slot: bigint;
        timestamp: undefined | Date;
    }
    Index

    Properties

    objectDigest: string
    objectId: string
    objectVersion: bigint
    rawObjects: string[]
    rawSelf?: string
    slot: bigint
    timestamp: undefined | Date