IAuthority
The IAuthority interface defines a consensus contract controlled by a single address, the owner.
Description
A consensus contract controlled by a single address, the owner. This interface combines the consensus functionality with ownership management, allowing only the owner to submit claims.
Related Contracts
Authority: Implementation of this interfaceIConsensus: Base consensus interfaceIOwnable: Ownership management interface