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
Properties
Link copied to clipboard
Attempts to convert the object into a MoveObject
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
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.