public static class FeeBumpTransaction.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder(AccountConverter accountConverter,
Transaction inner)
Construct a new fee bump transaction builder.
|
Builder(Transaction inner)
Construct a new fee bump transaction builder.
|
Modifier and Type | Method and Description |
---|---|
FeeBumpTransaction |
build() |
FeeBumpTransaction.Builder |
setBaseFee(long baseFee) |
FeeBumpTransaction.Builder |
setFeeAccount(java.lang.String feeAccount) |
public Builder(AccountConverter accountConverter, Transaction inner)
accountConverter
- The AccountConverter which will be used to encode the fee account.inner
- The inner transaction which will be fee bumped.public Builder(Transaction inner)
inner
- The inner transaction which will be fee bumped.public FeeBumpTransaction.Builder setBaseFee(long baseFee)
public FeeBumpTransaction.Builder setFeeAccount(java.lang.String feeAccount)
public FeeBumpTransaction build()