public static class TransactionHeader.TransactionHeaderBuilder extends Object
Modifier and Type | Method and Description |
---|---|
TransactionHeader |
build() |
TransactionHeader.TransactionHeaderBuilder |
expiry(@NonNull UInt64 expiry) |
TransactionHeader.TransactionHeaderBuilder |
Nonce(@NonNull Nonce Nonce) |
TransactionHeader.TransactionHeaderBuilder |
sender(@NonNull AccountAddress sender) |
String |
toString() |
public TransactionHeader.TransactionHeaderBuilder sender(@NonNull @NonNull AccountAddress sender)
sender
- the sender AccountAddress
this
.public TransactionHeader.TransactionHeaderBuilder Nonce(@NonNull @NonNull Nonce Nonce)
Nonce
- the nonce.
Note. this should be the next available account nonce.
This can e.g. be retrieved via AccountInfo
this
.public TransactionHeader.TransactionHeaderBuilder expiry(@NonNull @NonNull UInt64 expiry)
this
.public TransactionHeader build()
Copyright © 2025. All rights reserved.