Package org.stellar.sdk.xdr
Class TransactionMetaV1
java.lang.Object
org.stellar.sdk.xdr.TransactionMetaV1
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionMetaV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TransactionMetaV1 encodedTransactionMetaV1) booleanstatic TransactionMetaV1fromXdrBase64(String xdr) static TransactionMetaV1fromXdrByteArray(byte[] xdr) inthashCode()voidsetOperations(OperationMeta[] value) voidsetTxChanges(LedgerEntryChanges value) byte[]
-
Constructor Details
-
TransactionMetaV1
public TransactionMetaV1()
-
-
Method Details
-
getTxChanges
-
setTxChanges
-
getOperations
-
setOperations
-
encode
public static void encode(XdrDataOutputStream stream, TransactionMetaV1 encodedTransactionMetaV1) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-