𝕂 : Validator key set. GP eq (56). K = 𝔹_336 decomposed as: k_b (Bandersnatch) ∥ k_e (Ed25519) ∥ k_l (BLS) ∥ k_m (metadata). Total: 32 + 32 + 144 + 128 = 336 bytes.
Constructor
Jar.ValidatorKey.mk
Fields
bandersnatch : BandersnatchPublicKey
k_b : Bandersnatch key for block sealing and VRF. 𝔹_32.
ed25519 : Ed25519PublicKey
k_e : Ed25519 key for signing guarantees, assurances, judgments. 𝔹_32.
bls : BlsPublicKey
k_l : BLS key for Beefy commitments. 𝔹_144.
metadata : OctetSeq 128
k_m : Metadata (hardware address etc). 𝔹_128.