Contents

data class Contents(val type: RPC_OBJECT_FIELDS.Type, val data: Any, val bcs: Any)

Constructors

Link copied to clipboard
constructor(type: RPC_OBJECT_FIELDS.Type, data: Any, bcs: Any)

Properties

Link copied to clipboard
val bcs: Any

The BCS representation of this value, Base64 encoded.

Link copied to clipboard
val data: Any

Structured contents of a Move value.

Link copied to clipboard

The value's Move type.