Interface Data_SuiObject

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

Properties

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