Class FloodDemand

java.lang.Object
org.stellar.sdk.xdr.FloodDemand
All Implemented Interfaces:
XdrElement

public class FloodDemand extends Object implements XdrElement
FloodDemand's original definition in the XDR file is:
 struct FloodDemand
 {
     TxDemandVector txHashes;
 };