Class InflationPayout

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

public class InflationPayout extends Object implements XdrElement
InflationPayout's original definition in the XDR file is:
 struct InflationPayout // or use PaymentResultAtom to limit types?
 {
     AccountID destination;
     int64 amount;
 };