Package org.stellar.sdk.xdr
Class FloodAdvert
java.lang.Object
org.stellar.sdk.xdr.FloodAdvert
FloodAdvert's original definition in the XDR file is:
struct FloodAdvert
{
TxAdvertVector txHashes;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static FloodAdvertdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic FloodAdvertfromXdrBase64(String xdr) static FloodAdvertfromXdrByteArray(byte[] xdr) inthashCode()voidsetTxHashes(TxAdvertVector txHashes) toString()default Stringdefault byte[]
-
Constructor Details
-
FloodAdvert
public FloodAdvert() -
FloodAdvert
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTxHashes
-
setTxHashes
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-