Return the object information for a specified object

interface GetObjectParams {
    id: string;
    options?: null | SuiObjectDataOptions;
}

Properties

Properties

id: string

the ID of the queried object

options?: null | SuiObjectDataOptions

options for specifying the content to be returned