UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

4 lines (3 loc) • 185 B
import { Node } from ".."; export declare function stakePool(this: Node, amount: string): Promise<void>; export declare function unstakePool(this: Node, amount: string): Promise<void>;