interface CompactResult {
    mean: number;
    slot: BN;
    stdDev: number;
}

Properties

Properties

mean: number
slot: BN
stdDev: number