Package org.stellar.sdk.xdr
Class SorobanTransactionMetaExtV1.Builder
java.lang.Object
org.stellar.sdk.xdr.SorobanTransactionMetaExtV1.Builder
- Enclosing class:
SorobanTransactionMetaExtV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()ext(ExtensionPoint ext) rentFeeCharged(Int64 rentFeeCharged) totalNonRefundableResourceFeeCharged(Int64 totalNonRefundableResourceFeeCharged) totalRefundableResourceFeeCharged(Int64 totalRefundableResourceFeeCharged)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ext
-
totalNonRefundableResourceFeeCharged
public SorobanTransactionMetaExtV1.Builder totalNonRefundableResourceFeeCharged(Int64 totalNonRefundableResourceFeeCharged) -
totalRefundableResourceFeeCharged
public SorobanTransactionMetaExtV1.Builder totalRefundableResourceFeeCharged(Int64 totalRefundableResourceFeeCharged) -
rentFeeCharged
-
build
-