Package org.stellar.sdk.xdr
Class InflationResult
java.lang.Object
org.stellar.sdk.xdr.InflationResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InflationResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, InflationResult encodedInflationResult) booleanstatic InflationResultfromXdrBase64(String xdr) static InflationResultfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetPayouts(InflationPayout[] value) byte[]
-
Constructor Details
-
InflationResult
public InflationResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getPayouts
-
setPayouts
-
encode
public static void encode(XdrDataOutputStream stream, InflationResult encodedInflationResult) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-