Package org.stellar.sdk
Class FeeBumpTransaction.Builder
java.lang.Object
org.stellar.sdk.FeeBumpTransaction.Builder
- Enclosing class:
FeeBumpTransaction
Builds a new FeeBumpTransaction object.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder(@NonNull AccountConverter accountConverter, @NonNull Transaction inner) Construct a new fee bump transaction builder.Builder(Transaction inner) Construct a new fee bump transaction builder. -
Method Summary
Modifier and TypeMethodDescriptionbuild()setBaseFee(long baseFee) setFeeAccount(@NonNull String feeAccount)
-
Constructor Details
-
Builder
public Builder(@NonNull @NonNull AccountConverter accountConverter, @NonNull @NonNull Transaction inner) Construct a new fee bump transaction builder.- Parameters:
accountConverter- The AccountConverter which will be used to encode the fee account.inner- The inner transaction which will be fee bumped. read-only, the
-
Builder
Construct a new fee bump transaction builder.- Parameters:
inner- The inner transaction which will be fee bumped.
-
-
Method Details
-
setBaseFee
-
setFeeAccount
-
build
-