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) Value of theextfield.rentFeeCharged(Int64 rentFeeCharged) Value of therentFeeChargedfield.toString()totalNonRefundableResourceFeeCharged(Int64 totalNonRefundableResourceFeeCharged) Value of thetotalNonRefundableResourceFeeChargedfield.totalRefundableResourceFeeCharged(Int64 totalRefundableResourceFeeCharged) Value of thetotalRefundableResourceFeeChargedfield.
-
Method Details
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
totalNonRefundableResourceFeeCharged
public SorobanTransactionMetaExtV1.SorobanTransactionMetaExtV1Builder totalNonRefundableResourceFeeCharged(Int64 totalNonRefundableResourceFeeCharged) Value of thetotalNonRefundableResourceFeeChargedfield.- Parameters:
totalNonRefundableResourceFeeCharged- thetotalNonRefundableResourceFeeChargedfield value- Returns:
this.
-
totalRefundableResourceFeeCharged
public SorobanTransactionMetaExtV1.SorobanTransactionMetaExtV1Builder totalRefundableResourceFeeCharged(Int64 totalRefundableResourceFeeCharged) Value of thetotalRefundableResourceFeeChargedfield.- Parameters:
totalRefundableResourceFeeCharged- thetotalRefundableResourceFeeChargedfield value- Returns:
this.
-
rentFeeCharged
public SorobanTransactionMetaExtV1.SorobanTransactionMetaExtV1Builder rentFeeCharged(Int64 rentFeeCharged) Value of therentFeeChargedfield.- Parameters:
rentFeeCharged- therentFeeChargedfield value- Returns:
this.
-
build
-
toString
-