Package org.stellar.sdk.xdr
Class TransactionResultMetaV1.TransactionResultMetaV1Builder
java.lang.Object
org.stellar.sdk.xdr.TransactionResultMetaV1.TransactionResultMetaV1Builder
- Enclosing class:
TransactionResultMetaV1
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
ext
(ExtensionPoint ext) feeProcessing
(LedgerEntryChanges feeProcessing) postTxApplyFeeProcessing
(LedgerEntryChanges postTxApplyFeeProcessing) result
(TransactionResultPair result) toString()
txApplyProcessing
(TransactionMeta txApplyProcessing)
-
Method Details
-
ext
- Returns:
this
.
-
result
- Returns:
this
.
-
feeProcessing
public TransactionResultMetaV1.TransactionResultMetaV1Builder feeProcessing(LedgerEntryChanges feeProcessing) - Returns:
this
.
-
txApplyProcessing
public TransactionResultMetaV1.TransactionResultMetaV1Builder txApplyProcessing(TransactionMeta txApplyProcessing) - Returns:
this
.
-
postTxApplyFeeProcessing
public TransactionResultMetaV1.TransactionResultMetaV1Builder postTxApplyFeeProcessing(LedgerEntryChanges postTxApplyFeeProcessing) - Returns:
this
.
-
build
-
toString
-