Skip to main content

ConsensusAddressOwner

Object is exclusively owned by a single adderss and sequenced via consensus.

type ConsensusAddressOwner {
address: Address
startVersion: UInt53
}

Fields​

ConsensusAddressOwner.address ● Address object​

The owner's address.

ConsensusAddressOwner.startVersion ● UInt53 scalar​

The version at which the object most recently bcame a consensus object. This serves the same function as Shared.initialSharedVersion, except it may change if the object's owner type changes.

Implemented By​

Owner union