Class ConfigSettingContractLedgerCostExtV0

java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractLedgerCostExtV0
All Implemented Interfaces:
XdrElement

public class ConfigSettingContractLedgerCostExtV0 extends Object implements XdrElement
ConfigSettingContractLedgerCostExtV0's original definition in the XDR file is:
 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;
 };