OnMoveObject

data class OnMoveObject(val contents: GetDynamicFieldsQuery.Contents?, val address: Any, val digest: String?, val version: Any?)

Constructors

Link copied to clipboard
constructor(contents: GetDynamicFieldsQuery.Contents?, address: Any, digest: String?, version: Any?)

Properties

Link copied to clipboard

The MoveObject's ID.

Link copied to clipboard

The structured representation of the object's contents.

Link copied to clipboard

32-byte hash that identifies the object's contents, encoded in Base58.

Link copied to clipboard
val version: Any?

The version of this object that this content comes from.