Skip to main content

AddressOwner

An address-owned object is owned by a specific 32-byte address that is either an account address (derived from a particular signature scheme) or an object ID. An address-owned object is accessible only to its owner and no others.

type AddressOwner {
owner: Owner
}

Fields

AddressOwner.owner ● Owner object

Implemented By

ObjectOwner union