Type Alias: ValidatorCommitteeMember
type ValidatorCommitteeMember = {
publicKey: Bls12381PublicKeyLike;
stake: bigint;
};
A member of a Validator Committee
BCS
The BCS serialized form for this type is defined by the following ABNF:
validator-committee-member = bls12381-public-key
u64 ; stake
Properties
publicKey
publicKey: Bls12381PublicKeyLike;
stake
stake: bigint;