Package org.stellar.sdk.xdr
Class TransactionResultMetaV1
java.lang.Object
org.stellar.sdk.xdr.TransactionResultMetaV1
- All Implemented Interfaces:
XdrElement
TransactionResultMetaV1's original definition in the XDR file is:
struct TransactionResultMetaV1
{
ExtensionPoint ext;
TransactionResultPair result;
LedgerEntryChanges feeProcessing;
TransactionMeta txApplyProcessing;
LedgerEntryChanges postTxApplyFeeProcessing;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionTransactionResultMetaV1(ExtensionPoint ext, TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing, LedgerEntryChanges postTxApplyFeeProcessing) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static TransactionResultMetaV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TransactionResultMetaV1fromXdrBase64(String xdr) static TransactionResultMetaV1fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint ext) voidsetFeeProcessing(LedgerEntryChanges feeProcessing) voidsetPostTxApplyFeeProcessing(LedgerEntryChanges postTxApplyFeeProcessing) voidsetResult(TransactionResultPair result) voidsetTxApplyProcessing(TransactionMeta txApplyProcessing) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TransactionResultMetaV1
public TransactionResultMetaV1() -
TransactionResultMetaV1
public TransactionResultMetaV1(ExtensionPoint ext, TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing, LedgerEntryChanges postTxApplyFeeProcessing)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getResult
-
getFeeProcessing
-
getTxApplyProcessing
-
getPostTxApplyFeeProcessing
-
setExt
-
setResult
-
setFeeProcessing
-
setTxApplyProcessing
-
setPostTxApplyFeeProcessing
-
equals
-
hashCode
public int hashCode() -
toString
-