Skip to main content

Interface: IotaObjectData

Properties

PropertyTypeDescription
bcs?RawData | nullMove object content or package content in BCS, default to be None unless IotaObjectDataOptions.showBcs is set to true
content?IotaParsedData | nullMove object content or package content, default to be None unless IotaObjectDataOptions.showContent is set to true
digeststringBase64 string representing the object digest
display?DisplayFieldsResponse | nullThe 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
objectIdstring-
owner?ObjectOwner | nullThe owner of this object. Default to be None unless IotaObjectDataOptions.showOwner is set to true
previousTransaction?string | nullThe digest of the transaction that created or last mutated this object. Default to be None unless IotaObjectDataOptions. showPreviousTransaction is set to true
storageRebate?string | nullThe 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 | nullThe type of the object. Default to be None unless IotaObjectDataOptions.showType is set to true
versionstringObject version.