covenantCommitteePublicKeys property

  1. @TagNumber(4)
List<List<int>> get covenantCommitteePublicKeys

Retrieved from global_parameters.covenant_pks. Babylon nodes that can approve Unbonding tx or Slash the staked position when acting bad.

Implementation

@$pb.TagNumber(4)
$core.List<$core.List<$core.int>> get covenantCommitteePublicKeys =>
    $_getList(3);