Package org.stellar.sdk.xdr
Class TransactionResultMeta.TransactionResultMetaBuilder
java.lang.Object
org.stellar.sdk.xdr.TransactionResultMeta.TransactionResultMetaBuilder
- Enclosing class:
TransactionResultMeta
-
Method Summary
Modifier and TypeMethodDescriptionbuild()feeProcessing(LedgerEntryChanges feeProcessing) Value of thefeeProcessingfield.result(TransactionResultPair result) Value of theresultfield.toString()txApplyProcessing(TransactionMeta txApplyProcessing) Value of thetxApplyProcessingfield.
-
Method Details
-
result
Value of theresultfield.- Parameters:
result- theresultfield value- Returns:
this.
-
feeProcessing
public TransactionResultMeta.TransactionResultMetaBuilder feeProcessing(LedgerEntryChanges feeProcessing) Value of thefeeProcessingfield.- Parameters:
feeProcessing- thefeeProcessingfield value- Returns:
this.
-
txApplyProcessing
public TransactionResultMeta.TransactionResultMetaBuilder txApplyProcessing(TransactionMeta txApplyProcessing) Value of thetxApplyProcessingfield.- Parameters:
txApplyProcessing- thetxApplyProcessingfield value- Returns:
this.
-
build
-
toString
-