Package org.stellar.sdk.xdr
Class ConfigSettingContractHistoricalDataV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigSettingContractHistoricalDataV0 encodedConfigSettingContractHistoricalDataV0) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetFeeHistorical1KB(Int64 value) byte[]
-
Constructor Details
-
ConfigSettingContractHistoricalDataV0
public ConfigSettingContractHistoricalDataV0()
-
-
Method Details
-
getFeeHistorical1KB
-
setFeeHistorical1KB
-
encode
public static void encode(XdrDataOutputStream stream, ConfigSettingContractHistoricalDataV0 encodedConfigSettingContractHistoricalDataV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static ConfigSettingContractHistoricalDataV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-