ConfigSettingContractHistoricalDataV0Xdr

data class ConfigSettingContractHistoricalDataV0Xdr(val feeHistorical1Kb: Int64Xdr)

XDR Source: struct ConfigSettingContractHistoricalDataV0 { int64 feeHistorical1KB; // Fee for storing 1KB in archives };

Constructors

Link copied to clipboard
constructor(feeHistorical1Kb: Int64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fee for storing 1KB in archives

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)