Package org.stellar.sdk.xdr
Class FloodDemand
java.lang.Object
org.stellar.sdk.xdr.FloodDemand
- All Implemented Interfaces:
XdrElement
FloodDemand's original definition in the XDR file is:
struct FloodDemand { TxDemandVector txHashes; };
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static FloodDemand
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static FloodDemand
fromXdrBase64
(String xdr) static FloodDemand
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setTxHashes
(TxDemandVector txHashes) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
FloodDemand
public FloodDemand() -
FloodDemand
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTxHashes
-
setTxHashes
-
equals
-
hashCode
public int hashCode() -
toString
-