UNPKG

@kyve/core-beta

Version:

🚀 The base KYVE node implementation.

11 lines (10 loc) • 300 B
import { Node } from "../.."; /** * setupValidator ensures the node starts as a valid validator * and logs some basic validator starting information * * @method setupValidator * @param {Node} this * @return {Promise<void>} */ export declare function setupValidator(this: Node): Promise<void>;