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