Package org.stellar.sdk.xdr
Class TxAdvertVector
java.lang.Object
org.stellar.sdk.xdr.TxAdvertVector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TxAdvertVectordecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TxAdvertVector encodedTxAdvertVector) booleanstatic TxAdvertVectorfromXdrBase64(String xdr) static TxAdvertVectorfromXdrByteArray(byte[] xdr) Hash[]inthashCode()voidsetTxAdvertVector(Hash[] value) byte[]
-
Constructor Details
-
TxAdvertVector
public TxAdvertVector() -
TxAdvertVector
-
-
Method Details
-
getTxAdvertVector
-
setTxAdvertVector
-
encode
public static void encode(XdrDataOutputStream stream, TxAdvertVector encodedTxAdvertVector) 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
-