AsObject

data class AsObject(val address: Any, val digest: String?, val version: Any?, val storageRebate: Any?, val owner: GetDynamicFieldObjectQuery.Owner1?, val previousTransaction: GetDynamicFieldObjectQuery.PreviousTransaction?, val asMoveObject: GetDynamicFieldObjectQuery.AsMoveObject?)

Constructors

Link copied to clipboard
constructor(address: Any, digest: String?, version: Any?, storageRebate: Any?, owner: GetDynamicFieldObjectQuery.Owner1?, previousTransaction: GetDynamicFieldObjectQuery.PreviousTransaction?, asMoveObject: GetDynamicFieldObjectQuery.AsMoveObject?)

Properties

Link copied to clipboard

The Object's ID.

Link copied to clipboard

Attempts to convert the object into a MoveObject.

Link copied to clipboard

32-byte hash that identifies the object's contents, encoded in Base58.

Link copied to clipboard

The object's owner kind.

Link copied to clipboard

The transaction that created this version of the object.

Link copied to clipboard

The SUI returned to the sponsor or sender of the transaction that modifies or deletes this object.

Link copied to clipboard
val version: Any?

The version of this object that this content comes from.