As Object
data class AsObject(val address: Any, val digest: String?, val version: Any, val storageRebate: Any?, val owner: GetDynamicFieldObjectQuery.Owner2?, val previousTransactionBlock: GetDynamicFieldObjectQuery.PreviousTransactionBlock?, val asMoveObject: GetDynamicFieldObjectQuery.AsMoveObject?)
Constructors
Link copied to clipboard
constructor(address: Any, digest: String?, version: Any, storageRebate: Any?, owner: GetDynamicFieldObjectQuery.Owner2?, previousTransactionBlock: GetDynamicFieldObjectQuery.PreviousTransactionBlock?, asMoveObject: GetDynamicFieldObjectQuery.AsMoveObject?)
Properties
Link copied to clipboard
Attempts to convert the object into a MoveObject
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.