Package | Description |
---|---|
com.concordium.sdk.crypto.bakertransactions | |
com.concordium.sdk.transactions |
Modifier and Type | Method and Description |
---|---|
BakerKeys |
BakerKeys.BakerKeysBuilder.build() |
static BakerKeys |
BakerKeys.createBakerKeys()
Create a fresh set of baker keys.
|
BakerKeys |
ConfigureBakerKeysJniInput.getKeys()
The baker keys that will be configured for the account
|
BakerKeys |
BakerKeysResult.getOk()
A
BakerKeys object, containing the output of the generate baker keys function if it succeeded. |
Modifier and Type | Method and Description |
---|---|
ConfigureBakerKeysJniInput.ConfigureBakerKeysJniInputBuilder |
ConfigureBakerKeysJniInput.ConfigureBakerKeysJniInputBuilder.keys(BakerKeys keys)
The baker keys that will be configured for the account
|
Modifier and Type | Method and Description |
---|---|
static ConfigureBakerKeysPayload |
ConfigureBakerKeysPayload.getNewConfigureBakerKeysPayload(AccountAddress sender,
BakerKeys bakerKeys)
Generates a new ConfigureBakerKeysPayload with the given sender and baker keys
|
static ConfigureBakerTransaction.ConfigureBakerTransactionBuilder |
TransactionFactory.newUpdateBakerKeys(AccountAddress accountAddress,
BakerKeys bakerKeys)
Creates a new
ConfigureBakerTransaction.ConfigureBakerTransactionBuilder for
creating a ConfigureBakerTransaction to update baker keys |
Copyright © 2025. All rights reserved.