Interface: ValidatorSignatureLike
A signature from a Validator
BCS
The BCS serialized form for this type is defined by the following ABNF:
validator-signature = u64 ; epoch
bls12381-public-key
bls12381-signature
Methods
epoch()
epoch(): bigint;
Returns
bigint
publicKey()
publicKey(): Bls12381PublicKeyLike;
Returns
signature()
signature(): Bls12381SignatureLike;