RPC_OBJECT_FIELDS

data class RPC_OBJECT_FIELDS(val objectId: Any, val version: Any?, val asMoveObject: RPC_OBJECT_FIELDS.AsMoveObject?, val owner: RPC_OBJECT_FIELDS.Owner?, val previousTransaction: RPC_OBJECT_FIELDS.PreviousTransaction?, val storageRebate: Any?, val digest: String?) : Fragment.Data

Constructors

Link copied to clipboard
constructor(objectId: Any, version: Any?, asMoveObject: RPC_OBJECT_FIELDS.AsMoveObject?, owner: RPC_OBJECT_FIELDS.Owner?, previousTransaction: RPC_OBJECT_FIELDS.PreviousTransaction?, storageRebate: Any?, digest: String?)

Types

Link copied to clipboard
data class AsMoveObject(val contents: RPC_OBJECT_FIELDS.Contents?, val hasPublicTransfer: Boolean?)
Link copied to clipboard
data class Contents(val type: RPC_OBJECT_FIELDS.Type?, val json: Any?, val display: RPC_OBJECT_FIELDS.Display?, val bcs: Any?)
Link copied to clipboard
data class Display(val output: Any?, val errors: Any?)
Link copied to clipboard
data class Owner(val __typename: String, val rPC_OBJECT_OWNER_FIELDS: RPC_OBJECT_OWNER_FIELDS)
Link copied to clipboard
data class PreviousTransaction(val digest: String)
Link copied to clipboard
data class Type(val repr: String, val layout: Any?, val signature: Any)

Properties

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 ID.

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.