Class InflationResult

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

public class InflationResult extends Object implements XdrElement
InflationResult's original definition in the XDR file is:
 union InflationResult switch (InflationResultCode code)
 {
 case INFLATION_SUCCESS:
     InflationPayout payouts<>;
 case INFLATION_NOT_TIME:
     void;
 };