@kyve/core-beta
Version:
🚀 The base KYVE node implementation.
12 lines (11 loc) • 374 B
TypeScript
import { Node } from "../..";
/**
* getBalances tries to retrieve the $KYVE balance of the staker account, the $KYVE
* balance of the valaccount and the balance of the storage provider which
* can be of any currency for metrics
*
* @method getBalances
* @param {Node} this
* @return {Promise<void>}
*/
export declare function getBalances(this: Node): Promise<void>;