public static class ConfigureBakerTransaction.ConfigureBakerTransactionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ConfigureBakerTransaction |
build() |
ConfigureBakerTransaction.ConfigureBakerTransactionBuilder |
expiry(Expiry expiry) |
ConfigureBakerTransaction.ConfigureBakerTransactionBuilder |
nonce(Nonce nonce) |
ConfigureBakerTransaction.ConfigureBakerTransactionBuilder |
payload(ConfigureBakerPayload payload) |
ConfigureBakerTransaction.ConfigureBakerTransactionBuilder |
sender(AccountAddress sender) |
ConfigureBakerTransaction.ConfigureBakerTransactionBuilder |
signer(TransactionSigner signer) |
String |
toString() |
public ConfigureBakerTransaction.ConfigureBakerTransactionBuilder payload(ConfigureBakerPayload payload)
payload
- Whether to add earnings to the stake automatically or not.this
.public ConfigureBakerTransaction.ConfigureBakerTransactionBuilder sender(AccountAddress sender)
sender
- Sender (AccountAddress
) of this Transaction.this
.public ConfigureBakerTransaction.ConfigureBakerTransactionBuilder nonce(Nonce nonce)
nonce
- Account Nonce
Of the Sender Account.this
.public ConfigureBakerTransaction.ConfigureBakerTransactionBuilder expiry(Expiry expiry)
expiry
- Expiry
of this transaction.this
.public ConfigureBakerTransaction.ConfigureBakerTransactionBuilder signer(TransactionSigner signer)
signer
- Signer
of this transaction.this
.public ConfigureBakerTransaction build()
Copyright © 2025. All rights reserved.