Params defines the parameters for the module.

interface Params {
    beginBlockGasLimit: bigint;
    contractUnsuspendCost: bigint;
    defaultGasPerCancel: bigint;
    defaultGasPerOrder: bigint;
    defaultGasPerOrderDataByte: bigint;
    endBlockGasLimit: bigint;
    gasAllowancePerSettlement: bigint;
    maxOrderPerPrice: bigint;
    maxPairsPerContract: bigint;
    minProcessableRent: bigint;
    minRentDeposit: bigint;
    orderBookEntriesPerLoad: bigint;
    priceSnapshotRetention: bigint;
    sudoCallGasPrice: string;
}

Properties

beginBlockGasLimit: bigint
contractUnsuspendCost: bigint
defaultGasPerCancel: bigint
defaultGasPerOrder: bigint
defaultGasPerOrderDataByte: bigint
endBlockGasLimit: bigint
gasAllowancePerSettlement: bigint
maxOrderPerPrice: bigint
maxPairsPerContract: bigint
minProcessableRent: bigint
minRentDeposit: bigint
orderBookEntriesPerLoad: bigint
priceSnapshotRetention: bigint
sudoCallGasPrice: string