Package org.stellar.sdk.xdr
Class TransactionResultMeta
java.lang.Object
org.stellar.sdk.xdr.TransactionResultMeta
TransactionResultMeta's original definition in the XDR file is:
struct TransactionResultMeta { TransactionResultPair result; LedgerEntryChanges feeProcessing; TransactionMeta txApplyProcessing; };
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTransactionResultMeta
(TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionResultMeta
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionResultMeta
fromXdrBase64
(String xdr) static TransactionResultMeta
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setFeeProcessing
(LedgerEntryChanges feeProcessing) void
setResult
(TransactionResultPair result) void
setTxApplyProcessing
(TransactionMeta txApplyProcessing) toString()
default String
default byte[]
-
Constructor Details
-
TransactionResultMeta
public TransactionResultMeta() -
TransactionResultMeta
public TransactionResultMeta(TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getResult
-
getFeeProcessing
-
getTxApplyProcessing
-
setResult
-
setFeeProcessing
-
setTxApplyProcessing
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-