Package org.stellar.sdk.xdr
Class TransactionMetaV3
java.lang.Object
org.stellar.sdk.xdr.TransactionMetaV3
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionMetaV3decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TransactionMetaV3 encodedTransactionMetaV3) booleanstatic TransactionMetaV3fromXdrBase64(String xdr) static TransactionMetaV3fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint value) voidsetOperations(OperationMeta[] value) voidvoidvoidbyte[]
-
Constructor Details
-
TransactionMetaV3
public TransactionMetaV3()
-
-
Method Details
-
getExt
-
setExt
-
getTxChangesBefore
-
setTxChangesBefore
-
getOperations
-
setOperations
-
getTxChangesAfter
-
setTxChangesAfter
-
getSorobanMeta
-
setSorobanMeta
-
encode
public static void encode(XdrDataOutputStream stream, TransactionMetaV3 encodedTransactionMetaV3) 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
-