As Move Object
data class AsMoveObject(val contents: GetDynamicFieldObjectQuery.Contents?, val hasPublicTransfer: Boolean)
Properties
Link copied to clipboard
Displays the contents of the Move object in a JSON string and through GraphQL types. Also provides the flat representation of the type signature, and the BCS of the corresponding data.
Link copied to clipboard
Determines whether a transaction can transfer this object, using the TransferObjects transaction command or sui::transfer::public_transfer
, both of which require the object to have the key
and store
abilities.