UNPKG

@kyve/core-beta

Version:

🚀 The base KYVE node implementation.

11 lines (10 loc) • 284 B
import { Node } from "../.."; /** * syncPoolConfig fetches the pool config from the provided link * and parses it into a json config * * @method syncPoolConfig * @param {Node} this * @return {Promise<void>} */ export declare function syncPoolConfig(this: Node): Promise<void>;