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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionMetaV1
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionMetaV1
fromXdrBase64
(String xdr) static TransactionMetaV1
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setOperations
(OperationMeta[] operations) void
setTxChanges
(LedgerEntryChanges txChanges) toString()
default String
default 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
-