UNPKG

nodana

Version:
8 lines (7 loc) 264 B
import { NodanaConfig } from "../utils"; export declare class WalletClient { private readonly config; constructor(config: NodanaConfig); fetchBalance(wallet: string): Promise<number>; requestAirDrop(wallet: string, sol: number): Promise<string>; }