Package org.stellar.sdk.xdr
Class InflationPayout
java.lang.Object
org.stellar.sdk.xdr.InflationPayout
InflationPayout's original definition in the XDR file is:
struct InflationPayout // or use PaymentResultAtom to limit types?
{
AccountID destination;
int64 amount;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static InflationPayoutdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic InflationPayoutfromXdrBase64(String xdr) static InflationPayoutfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetDestination(AccountID destination) toString()default Stringdefault byte[]
-
Constructor Details
-
InflationPayout
public InflationPayout() -
InflationPayout
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDestination
-
getAmount
-
setDestination
-
setAmount
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-