RPC_ MOVE_ OBJECT_ FIELDS
data class RPC_MOVE_OBJECT_FIELDS(val objectId: Any, val contents: RPC_MOVE_OBJECT_FIELDS.Contents?, val hasPublicTransfer: Boolean?, val owner: RPC_MOVE_OBJECT_FIELDS.Owner?, val previousTransaction: RPC_MOVE_OBJECT_FIELDS.PreviousTransaction?, val storageRebate: Any?, val digest: String?, val version: Any?) : Fragment.Data
Constructors
Link copied to clipboard
constructor(objectId: Any, contents: RPC_MOVE_OBJECT_FIELDS.Contents?, hasPublicTransfer: Boolean?, owner: RPC_MOVE_OBJECT_FIELDS.Owner?, previousTransaction: RPC_MOVE_OBJECT_FIELDS.PreviousTransaction?, storageRebate: Any?, digest: String?, version: Any?)
Types
Link copied to clipboard
data class Contents(val type: RPC_MOVE_OBJECT_FIELDS.Type?, val json: Any?, val display: RPC_MOVE_OBJECT_FIELDS.Display?, val bcs: Any?)
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
The structured representation of the object's contents.
Link copied to clipboard
Whether this object can be transfered using the TransferObjects Programmable Transaction Command or sui::transfer::public_transfer.
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.