Interface Data_SuiObject

interface Data_SuiObject {
    objectDigest: string;
    objectId: string;
    objects: { [key: string]: any }[];
    objectVersion: bigint;
    self?: { [key: string]: any };
    slot: bigint;
    timestamp: undefined | Date;
}

Properties

objectDigest: string
objectId: string
objects: { [key: string]: any }[]
objectVersion: bigint
self?: { [key: string]: any }
slot: bigint
timestamp: undefined | Date