public static class TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder extends Object
Modifier and Type | Method and Description |
---|---|
TransactionHeader |
build() |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder |
expiry(@NonNull UInt64 expiry) |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder |
maxEnergyCost(@NonNull UInt64 maxEnergyCost) |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder |
Nonce(@NonNull Nonce Nonce) |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder |
sender(@NonNull AccountAddress sender) |
String |
toString() |
public TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder sender(@NonNull @NonNull AccountAddress sender)
sender
- the sender of the transactionthis
.public TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder Nonce(@NonNull @NonNull Nonce Nonce)
Nonce
- the nonce of the sender accountthis
.public TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder expiry(@NonNull @NonNull UInt64 expiry)
expiry
- the expiry of the transactionthis
.public TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder maxEnergyCost(@NonNull @NonNull UInt64 maxEnergyCost)
this
.public TransactionHeader build()
Copyright © 2025. All rights reserved.