Params defines the parameters for the module.

interface ParamsAmino {
    begin_block_gas_limit: string;
    contract_unsuspend_cost: string;
    default_gas_per_cancel: string;
    default_gas_per_order: string;
    default_gas_per_order_data_byte: string;
    end_block_gas_limit: string;
    gas_allowance_per_settlement: string;
    max_order_per_price: string;
    max_pairs_per_contract: string;
    min_processable_rent: string;
    min_rent_deposit: string;
    order_book_entries_per_load: string;
    price_snapshot_retention: string;
    sudo_call_gas_price: string;
}

Properties

begin_block_gas_limit: string
contract_unsuspend_cost: string
default_gas_per_cancel: string
default_gas_per_order: string
default_gas_per_order_data_byte: string
end_block_gas_limit: string
gas_allowance_per_settlement: string
max_order_per_price: string
max_pairs_per_contract: string
min_processable_rent: string
min_rent_deposit: string
order_book_entries_per_load: string
price_snapshot_retention: string
sudo_call_gas_price: string