Optional
bcsOptional
contentMove object content or package content, default to be None unless SuiObjectDataOptions.showContent is set to true
Base64 string representing the object digest
Optional
displayThe Display metadata for frontend UI rendering, default to be None unless SuiObjectDataOptions.showContent is set to true This can also be None if the struct type does not have Display defined See more details in https://forums.sui.io/t/nft-object-display-proposal/4872
Optional
ownerThe owner of this object. Default to be None unless SuiObjectDataOptions.showOwner is set to true
Optional
previousThe digest of the transaction that created or last mutated this object. Default to be None unless SuiObjectDataOptions.showPreviousTransaction is set to true
Optional
storageThe amount of SUI 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.
Optional
typeThe type of the object. Default to be None unless SuiObjectDataOptions.showType is set to true
Object version.
Move object content or package content in BCS, default to be None unless SuiObjectDataOptions.showBcs is set to true