Package org.stellar.sdk.xdr
Class FloodDemand
java.lang.Object
org.stellar.sdk.xdr.FloodDemand
FloodDemand's original definition in the XDR file is:
struct FloodDemand { TxDemandVector txHashes; };
-
Nested Class Summary
-
Constructor Summary
-
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()
default String
default byte[]
-
Constructor Details
-
FloodDemand
public FloodDemand() -
FloodDemand
-
-
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
-