Package org.stellar.sdk.xdr
Class InnerTransactionResultPair.InnerTransactionResultPairBuilder
java.lang.Object
org.stellar.sdk.xdr.InnerTransactionResultPair.InnerTransactionResultPairBuilder
- Enclosing class:
InnerTransactionResultPair
-
Method Summary
Modifier and TypeMethodDescriptionbuild()result(InnerTransactionResult result) Value of theresultfield.toString()transactionHash(Hash transactionHash) Value of thetransactionHashfield.
-
Method Details
-
transactionHash
public InnerTransactionResultPair.InnerTransactionResultPairBuilder transactionHash(Hash transactionHash) Value of thetransactionHashfield.- Parameters:
transactionHash- thetransactionHashfield value- Returns:
this.
-
result
public InnerTransactionResultPair.InnerTransactionResultPairBuilder result(InnerTransactionResult result) Value of theresultfield.- Parameters:
result- theresultfield value- Returns:
this.
-
build
-
toString
-