UNPKG

lisk-framework

Version:

Lisk blockchain application platform

3 lines (2 loc) 184 B
import { Validator } from '../../abi'; export declare const isEmptyConsensusUpdate: (preCommitThreshold: bigint, certificateThreshold: bigint, nextValidators: Validator[]) => boolean;