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
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

32-byte hash that identifies the object's contents, encoded as a Base58 string.

Link copied to clipboard