@kyve/core-beta
Version:
🚀 The base KYVE node implementation.
12 lines (11 loc) • 346 B
TypeScript
import { Node } from "../..";
/**
* validateIsNodeValidator checks if the staker of the node is in the
* active validator set of the pool. If the staker is not a validator
* the node will exit.
*
* @method validateIsNodeValidator
* @param {Node} this
* @return {void}
*/
export declare function validateIsNodeValidator(this: Node): void;