Owner

data class Owner(val dynamicObjectField: GetDynamicFieldObjectQuery.DynamicObjectField?)

Constructors

Link copied to clipboard
constructor(dynamicObjectField: GetDynamicFieldObjectQuery.DynamicObjectField?)

Properties

Link copied to clipboard

Access a dynamic object field on an object using its name. Names are arbitrary Move values whose type have copy, drop, and store, and are specified using their type, and their BCS contents, Base64 encoded. The value of a dynamic object field can also be accessed off-chain directly via its address (e.g. using Query.object).