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 previousTransactionBlock: RPC_OBJECT_FIELDS.PreviousTransactionBlock?, val storageRebate: Any?, val digest: String?, val display: List<RPC_OBJECT_FIELDS.Display>?) : Fragment.Data

Constructors

Link copied to clipboard
constructor(objectId: Any, version: Any, asMoveObject: RPC_OBJECT_FIELDS.AsMoveObject?, owner: RPC_OBJECT_FIELDS.Owner?, previousTransactionBlock: RPC_OBJECT_FIELDS.PreviousTransactionBlock?, storageRebate: Any?, digest: String?, display: List<RPC_OBJECT_FIELDS.Display>?)

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 data: Any, val bcs: Any)
Link copied to clipboard
data class Display(val key: String, val value: String?, val error: String?)
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 PreviousTransactionBlock(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 current contents, encoded as a Base58 string.

Link copied to clipboard

The set of named templates defined on-chain for the type of this object, to be handled off-chain. The server substitutes data from the object into these templates to generate a display string per template.

Link copied to clipboard
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