View Source StellarBase.XDR.ConfigSettingContractLedgerCostExtV0 (Elixir Stellar Base v0.17.0)
Representation of Stellar ConfigSettingContractLedgerCostExtV0 type.
Summary
Types
@type fee_write1_kb_type() :: StellarBase.XDR.Int64.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractLedgerCostExtV0{ fee_write1_kb: fee_write1_kb_type(), tx_max_footprint_entries: tx_max_footprint_entries_type() }
@type tx_max_footprint_entries_type() :: StellarBase.XDR.UInt32.t()
Functions
@spec new( tx_max_footprint_entries :: tx_max_footprint_entries_type(), fee_write1_kb :: fee_write1_kb_type() ) :: t()