ValidatorCommitteeMember
data class ValidatorCommitteeMember(var publicKey: Bls12381PublicKey, var stake: ULong) : Disposable
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
Constructors
| ValidatorCommitteeMember | constructor(publicKey: Bls12381PublicKey, stake: ULong) |
Properties
| Name | Summary |
|---|---|
| publicKey | var publicKey: Bls12381PublicKey |
| stake | var stake: ULong |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |