Skip to main content

ObjectOwner

Object is exclusively owned by a single object, and is mutable. Note that the owning object may be inaccessible because it is wrapped.

type ObjectOwner {
address: Address
}

Fields

ObjectOwner.address ● Address object

The owner's address.

Implemented By

Owner union