Modifier and Type | Method and Description |
---|---|
BakerKeys.BakerKeysBuilder |
aggregationSignKey(BLSSecretKey aggregationSignKey)
A secret key used by bakers and finalizers to sign finalization records.
|
BakerKeys.BakerKeysBuilder |
aggregationVerifyKey(BLSPublicKey aggregationVerifyKey)
New public key for verifying this baker's signature on finalization records.
|
BakerKeys |
build() |
BakerKeys.BakerKeysBuilder |
electionPrivateKey(VRFSecretKey electionPrivateKey)
A private key for participating in the election lottery.
|
BakerKeys.BakerKeysBuilder |
electionVerifyKey(VRFPublicKey electionVerifyKey)
New public key for participating in the election lottery.
|
BakerKeys.BakerKeysBuilder |
signatureSignKey(ED25519SecretKey signatureSignKey)
A secret key used by a baker to sign blocks.
|
BakerKeys.BakerKeysBuilder |
signatureVerifyKey(ED25519PublicKey signatureVerifyKey)
New public key for verifying this baker's signatures.
|
String |
toString() |
public BakerKeys.BakerKeysBuilder electionVerifyKey(VRFPublicKey electionVerifyKey)
this
.public BakerKeys.BakerKeysBuilder electionPrivateKey(VRFSecretKey electionPrivateKey)
this
.public BakerKeys.BakerKeysBuilder aggregationVerifyKey(BLSPublicKey aggregationVerifyKey)
this
.public BakerKeys.BakerKeysBuilder aggregationSignKey(BLSSecretKey aggregationSignKey)
this
.public BakerKeys.BakerKeysBuilder signatureVerifyKey(ED25519PublicKey signatureVerifyKey)
this
.public BakerKeys.BakerKeysBuilder signatureSignKey(ED25519SecretKey signatureSignKey)
this
.public BakerKeys build()
Copyright © 2025. All rights reserved.