Package org.stellar.sdk.xdr
Class TxAdvertVector
java.lang.Object
org.stellar.sdk.xdr.TxAdvertVector
TxAdvertVector's original definition in the XDR file is:
typedef Hash TxAdvertVector<TX_ADVERT_VECTOR_MAX_SIZE>;
-
Constructor Summary
-
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()
default String
default byte[]
-
Constructor Details
-
TxAdvertVector
public TxAdvertVector() -
TxAdvertVector
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getTxAdvertVector
-
setTxAdvertVector
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-