Class InflationResult

java.lang.Object
org.stellar.sdk.xdr.InflationResult

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