Interface: IotaObjectData
Properties
| Property | Type | Description |
|---|---|---|
bcs? | RawData | null | Move object content or package content in BCS, default to be None unless IotaObjectDataOptions.showBcs is set to true |
content? | IotaParsedData | null | Move object content or package content, default to be None unless IotaObjectDataOptions.showContent is set to true |
digest | string | Base64 string representing the object digest |
display? | DisplayFieldsResponse | null | The Display metadata for frontend UI rendering, default to be None unless IotaObjectDataOptions.showContent is set to true This can also be None if the struct type does not have Display defined |
objectId | string | - |
owner? | ObjectOwner | null | The owner of this object. Default to be None unless IotaObjectDataOptions.showOwner is set to true |
previousTransaction? | string | null | The digest of the transaction that created or last mutated this object. Default to be None unless IotaObjectDataOptions. showPreviousTransaction is set to true |
storageRebate? | string | null | The amount of IOTA we would rebate if this object gets deleted. This number is re-calculated each time the object is mutated based on the present storage gas price. |
type? | string | null | The type of the object. Default to be None unless IotaObjectDataOptions.showType is set to true |
version | string | Object version. |