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