ConsensusV2
A ConsensusV2 object is an object that is automatically versioned by the consensus protocol and allows different authentication modes based on the chosen authenticator. (Initially, only single-owner authentication is supported.)
type ConsensusV2 {
startVersion: UInt53!
authenticator: Authenticator
}
Fields
ConsensusV2.startVersion
● UInt53!
non-null scalar
ConsensusV2.authenticator
● Authenticator
union
Implemented By
ObjectOwner
union