Skip to main content

ValidatorCommitteeMember

ValidatorCommitteeMember

struct ValidatorCommitteeMember

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

init(publicKey:stake:)

init(publicKey: Bls12381PublicKey, stake: UInt64)

publicKey

var publicKey: Bls12381PublicKey

stake

var stake: UInt64