@kyve/core-beta
Version:
🚀 The base KYVE node implementation.
11 lines (10 loc) • 310 B
TypeScript
import { Node } from "../..";
/**
* validateVersion checks if the version of the pool matches with the runtime
* version of the node. If it does not match the node will exit.
*
* @method validateVersion
* @param {Node} this
* @return {void}
*/
export declare function validateVersion(this: Node): void;