Package org.stellar.sdk.xdr
Class TransactionResultMeta
java.lang.Object
org.stellar.sdk.xdr.TransactionResultMeta
- All Implemented Interfaces:
XdrElement
TransactionResultMeta's original definition in the XDR file is:
struct TransactionResultMeta
{
TransactionResultPair result;
LedgerEntryChanges feeProcessing;
TransactionMeta txApplyProcessing;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTransactionResultMeta(TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static TransactionResultMetadecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TransactionResultMetafromXdrBase64(String xdr) static TransactionResultMetafromXdrByteArray(byte[] xdr) inthashCode()voidsetFeeProcessing(LedgerEntryChanges feeProcessing) voidsetResult(TransactionResultPair result) voidsetTxApplyProcessing(TransactionMeta txApplyProcessing) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TransactionResultMeta
public TransactionResultMeta() -
TransactionResultMeta
public TransactionResultMeta(TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-