ConfigSettingContractLedgerCostExtV0Xdr

data class ConfigSettingContractLedgerCostExtV0Xdr(val txMaxFootprintEntries: Uint32Xdr, val feeWrite1Kb: Int64Xdr)

XDR Source: struct ConfigSettingContractLedgerCostExtV0 { // Maximum number of RO+RW entries in the transaction footprint. uint32 txMaxFootprintEntries; // Fee per 1 KB of data written to the ledger. // Unlike the rent fee, this is a flat fee that is charged for any ledger // write, independent of the type of the entry being written. int64 feeWrite1KB; };

Constructors

Link copied to clipboard
constructor(txMaxFootprintEntries: Uint32Xdr, feeWrite1Kb: Int64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fee per 1 KB of data written to the ledger. Unlike the rent fee, this is a flat fee that is charged for any ledger write, independent of the type of the entry being written.

Link copied to clipboard

Maximum number of RO+RW entries in the transaction footprint.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)