Package org.stellar.sdk.xdr
Class FloodDemand
java.lang.Object
org.stellar.sdk.xdr.FloodDemand
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FloodDemanddecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, FloodDemand encodedFloodDemand) booleanstatic FloodDemandfromXdrBase64(String xdr) static FloodDemandfromXdrByteArray(byte[] xdr) inthashCode()voidsetTxHashes(TxDemandVector value) byte[]
-
Constructor Details
-
FloodDemand
public FloodDemand()
-
-
Method Details
-
getTxHashes
-
setTxHashes
-
encode
public static void encode(XdrDataOutputStream stream, FloodDemand encodedFloodDemand) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-