Each authority is uniquely identified by its AuthorityIndex in the Committee.
AuthorityIndex is between 0 (inclusive) and the total number of authorities (exclusive).
Protocol configuration values that consensus reads. This is a standalone
struct so that consensus-core does not depend on sui-protocol-config
(and transitively on the Move VM).
Authority name is a raw bytes identity for an authority, matching AuthorityName
on the Sui side. It is only used for identity sanity checks and not for cryptographic
verification. The bytes originate from the authority’s BLS12381 public key.
Voting power of an authority, roughly proportional to the actual amount of Sui staked
by the authority.
Total stake / voting power of all authorities should sum to 10,000.