Package org.stellar.sdk.xdr
Class TransactionMetaV1
java.lang.Object
org.stellar.sdk.xdr.TransactionMetaV1
TransactionMetaV1's original definition in the XDR file is:
struct TransactionMetaV1
{
LedgerEntryChanges txChanges; // tx level changes if any
OperationMeta operations<>; // meta for each operation
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static TransactionMetaV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TransactionMetaV1fromXdrBase64(String xdr) static TransactionMetaV1fromXdrByteArray(byte[] xdr) inthashCode()voidsetOperations(OperationMeta[] operations) voidsetTxChanges(LedgerEntryChanges txChanges) toString()default Stringdefault byte[]
-
Constructor Details
-
TransactionMetaV1
public TransactionMetaV1() -
TransactionMetaV1
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTxChanges
-
getOperations
-
setTxChanges
-
setOperations
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-