ConsensusAddressOwner
Same as AddressOwner, but the object is versioned by consensus.
type ConsensusAddressOwner {
  startVersion: UInt53!
  owner: Owner
}
Fields
ConsensusAddressOwner.startVersion ● UInt53! non-null scalar
ConsensusAddressOwner.owner ● Owner object
Implemented By
ObjectOwner  union