Package org.stellar.sdk.xdr
Class TxAdvertVector
java.lang.Object
org.stellar.sdk.xdr.TxAdvertVector
- All Implemented Interfaces:
XdrElement
TxAdvertVector's original definition in the XDR file is:
typedef Hash TxAdvertVector<TX_ADVERT_VECTOR_MAX_SIZE>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TxAdvertVector
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TxAdvertVector
fromXdrBase64
(String xdr) static TxAdvertVector
fromXdrByteArray
(byte[] xdr) Hash[]
int
hashCode()
void
setTxAdvertVector
(Hash[] TxAdvertVector) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TxAdvertVector
public TxAdvertVector() -
TxAdvertVector
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getTxAdvertVector
-
setTxAdvertVector
-
equals
-
hashCode
public int hashCode() -
toString
-