Params represent the genesis parameters for the module

interface Params {
    callContractsProposalMinDeposits: CallContractProposalMinDeposit[];
    endBlockerLimit: Long;
    routeTimeoutWindow: Long;
    transferLimit: Long;
}

Properties

callContractsProposalMinDeposits: CallContractProposalMinDeposit[]
endBlockerLimit: Long
routeTimeoutWindow: Long

IBC packet route timeout window

transferLimit: Long

Generated using TypeDoc