sgns::primitives::Authority¶
#include <authority.hpp>
Public Functions¶
| Name | |
|---|---|
| bool | operator==(const Authority & other) const |
| bool | operator!=(const Authority & other) const |
Public Attributes¶
| Name | |
|---|---|
| AuthorityId | id |
| AuthorityWeight | weight |
Friends¶
| Name | |
|---|---|
| std::ostream & | operator<<(std::ostream & out, const Authority & test_struct) |
Detailed Description¶
Authority, which participate in block production and finalization
Public Functions Documentation¶
function operator==¶
function operator!=¶
Public Attributes Documentation¶
variable id¶
variable weight¶
Friends¶
friend operator<<¶
Updated on 2026-03-04 at 13:10:43 -0800