Package org.stellar.sdk.xdr
Class SorobanTransactionData.SorobanTransactionDataBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanTransactionData.SorobanTransactionDataBuilder
- Enclosing class:
SorobanTransactionData
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of theextfield.resourceFee(Int64 resourceFee) Value of theresourceFeefield.resources(SorobanResources resources) Value of theresourcesfield.toString()
-
Method Details
-
ext
public SorobanTransactionData.SorobanTransactionDataBuilder ext(SorobanTransactionData.SorobanTransactionDataExt ext) Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
resources
Value of theresourcesfield.- Parameters:
resources- theresourcesfield value- Returns:
this.
-
resourceFee
Value of theresourceFeefield.- Parameters:
resourceFee- theresourceFeefield value- Returns:
this.
-
build
-
toString
-