Package org.stellar.sdk.xdr
Class InnerTransactionResult.InnerTransactionResultBuilder
java.lang.Object
org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultBuilder
- Enclosing class:
InnerTransactionResult
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of theextfield.feeCharged(Int64 feeCharged) Value of thefeeChargedfield.Value of theresultfield.toString()
-
Method Details
-
feeCharged
Value of thefeeChargedfield.- Parameters:
feeCharged- thefeeChargedfield value- Returns:
this.
-
result
public InnerTransactionResult.InnerTransactionResultBuilder result(InnerTransactionResult.InnerTransactionResultResult result) Value of theresultfield.- Parameters:
result- theresultfield value- Returns:
this.
-
ext
public InnerTransactionResult.InnerTransactionResultBuilder ext(InnerTransactionResult.InnerTransactionResultExt ext) Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
build
-
toString
-