Package org.stellar.sdk.xdr
Class TransactionMetaV2
java.lang.Object
org.stellar.sdk.xdr.TransactionMetaV2
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionMetaV2decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TransactionMetaV2 encodedTransactionMetaV2) booleanstatic TransactionMetaV2fromXdrBase64(String xdr) static TransactionMetaV2fromXdrByteArray(byte[] xdr) inthashCode()voidsetOperations(OperationMeta[] value) voidvoidbyte[]
-
Constructor Details
-
TransactionMetaV2
public TransactionMetaV2()
-
-
Method Details
-
getTxChangesBefore
-
setTxChangesBefore
-
getOperations
-
setOperations
-
getTxChangesAfter
-
setTxChangesAfter
-
encode
public static void encode(XdrDataOutputStream stream, TransactionMetaV2 encodedTransactionMetaV2) 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
-