UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

5 lines (4 loc) • 207 B
import { Node } from ".."; export declare function validateRuntime(this: Node): void; export declare function validateVersion(this: Node): void; export declare function validateActiveNode(this: Node): void;