Package org.stellar.sdk.xdr
Class ConfigSettingContractHistoricalDataV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
- All Implemented Interfaces:
XdrElement
ConfigSettingContractHistoricalDataV0's original definition in the XDR file is:
struct ConfigSettingContractHistoricalDataV0
{
int64 feeHistorical1KB; // Fee for storing 1KB in archives
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetFeeHistorical1KB(Int64 feeHistorical1KB) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ConfigSettingContractHistoricalDataV0
public ConfigSettingContractHistoricalDataV0() -
ConfigSettingContractHistoricalDataV0
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-