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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static InflationPayout
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static InflationPayout
fromXdrBase64
(String xdr) static InflationPayout
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
void
setDestination
(AccountID destination) toString()
default String
default 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
-