@kyve/core-beta
Version:
🚀 The base KYVE node implementation.
12 lines (11 loc) • 350 B
TypeScript
import { Node } from "../..";
/**
* continueRound is only used for test purposes to allow easier unit testing.
* It will always return true and is mocked in unit tests to control the number
* of proposal rounds.
*
* @method continueRound
* @param {Node} this
* @return {boolean}
*/
export declare function continueRound(this: Node): boolean;