AsObject

data class AsObject(val address: Any, val digest: String?, val version: Any, val storageRebate: Any?, val owner: GetDynamicFieldObjectQuery.Owner2?, val previousTransactionBlock: GetDynamicFieldObjectQuery.PreviousTransactionBlock?, val asMoveObject: GetDynamicFieldObjectQuery.AsMoveObject?)

Constructors

Link copied to clipboard
constructor(address: Any, digest: String?, version: Any, storageRebate: Any?, owner: GetDynamicFieldObjectQuery.Owner2?, previousTransactionBlock: GetDynamicFieldObjectQuery.PreviousTransactionBlock?, asMoveObject: GetDynamicFieldObjectQuery.AsMoveObject?)

Properties

Link copied to clipboard
Link copied to clipboard

Attempts to convert the object into a MoveObject

Link copied to clipboard

32-byte hash that identifies the object's current contents, encoded as a Base58 string.

Link copied to clipboard

The owner type of this object: Immutable, Shared, Parent, Address Immutable and Shared Objects do not have owners.

Link copied to clipboard

The transaction block that created this version of the object.

Link copied to clipboard

The amount of SUI we would rebate if this object gets deleted or mutated. This number is recalculated based on the present storage gas price.

Link copied to clipboard