Params represent the genesis parameters for the module

interface Params {
    defaultVotingThreshold?: Threshold;
    endBlockerLimit: Long;
}

Properties

defaultVotingThreshold?: Threshold
endBlockerLimit: Long

Generated using TypeDoc