UNPKG

@kyve/core-beta

Version:

🚀 The base KYVE node implementation.

11 lines (10 loc) • 301 B
import { Node } from "../.."; /** * validateIsPoolActive checks if the pool is active or not. * It returns true or false, wether it is active or not. * * @method validateIsPoolActive * @param {Node} this * @return {boolean} */ export declare function validateIsPoolActive(this: Node): boolean;