Package org.stellar.sdk.xdr
Class ConfigSettingContractHistoricalDataV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
ConfigSettingContractHistoricalDataV0's original definition in the XDR file is:
struct ConfigSettingContractHistoricalDataV0 { int64 feeHistorical1KB; // Fee for storing 1KB in archives };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setFeeHistorical1KB
(Int64 feeHistorical1KB) toString()
default String
default byte[]
-
Constructor Details
-
ConfigSettingContractHistoricalDataV0
public ConfigSettingContractHistoricalDataV0() -
ConfigSettingContractHistoricalDataV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static ConfigSettingContractHistoricalDataV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
public static ConfigSettingContractHistoricalDataV0.ConfigSettingContractHistoricalDataV0Builder builder() -
toBuilder
-
getFeeHistorical1KB
-
setFeeHistorical1KB
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-