Node

data class Node(val owner: GetCoinsQuery.Owner?, val contents: GetCoinsQuery.Contents?, val address: Any, val version: Any?, val digest: String?, val previousTransaction: GetCoinsQuery.PreviousTransaction?)

Constructors

Link copied to clipboard
constructor(owner: GetCoinsQuery.Owner?, contents: GetCoinsQuery.Contents?, address: Any, version: Any?, digest: String?, previousTransaction: GetCoinsQuery.PreviousTransaction?)

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

The object's owner kind.

Link copied to clipboard

The transaction that created this version of the object.

Link copied to clipboard
val version: Any?

The version of this object that this content comes from.