Skip to main content

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

ValidatorCommitteeMemberconstructor(publicKey: Bls12381PublicKey, stake: ULong)

Properties

NameSummary
publicKeyvar publicKey: Bls12381PublicKey
stakevar stake: ULong

Functions

NameSummary
destroyopen override fun destroy()