lisk-framework
Version:
Lisk blockchain application platform
8 lines • 412 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.isEmptyConsensusUpdate = void 0;
const isEmptyConsensusUpdate = (preCommitThreshold, certificateThreshold, nextValidators) => nextValidators.length === 0 &&
preCommitThreshold === BigInt(0) &&
certificateThreshold === BigInt(0);
exports.isEmptyConsensusUpdate = isEmptyConsensusUpdate;
//# sourceMappingURL=utils.js.map
;