Params represent the genesis parameters for the module

interface Params {
    activeEpochCount: Long;
    keygenGracePeriod: Long;
    keygenThreshold?: Threshold;
    keygenTimeout: Long;
    signingGracePeriod: Long;
    signingThreshold?: Threshold;
    signingTimeout: Long;
}

Properties

activeEpochCount: Long
keygenGracePeriod: Long
keygenThreshold?: Threshold
keygenTimeout: Long
signingGracePeriod: Long
signingThreshold?: Threshold
signingTimeout: Long

Generated using TypeDoc