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()
}
Link to this type

tx_max_footprint_entries_type()

View Source
@type tx_max_footprint_entries_type() :: StellarBase.XDR.UInt32.t()

Functions

Link to this function

new(tx_max_footprint_entries, fee_write1_kb)

View Source
@spec new(
  tx_max_footprint_entries :: tx_max_footprint_entries_type(),
  fee_write1_kb :: fee_write1_kb_type()
) :: t()