covenantCommitteeSignatures property
Signatures signed by covenant committees.
There can be less signatures than covenant public keys, but not less than covenant_quorum
.
Implementation
@$pb.TagNumber(2)
$core.List<PublicKeySignature> get covenantCommitteeSignatures =>
$_getList(1);