Interface EstimateSolveSecondsOptions

interface EstimateSolveSecondsOptions {
    bits: number;
    difficulty: number;
    iterationsPerSecond?: number;
}

Properties

bits: number

Discriminant bit length (256, 512, 1024, or 2048).

difficulty: number

Difficulty (iteration count).

iterationsPerSecond?: number

Optional override of calibrated iterations/second.