Config Setting Contract Ledger Cost Ext V0Xdr
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; };