@stoar/cli
Version:
CLI tool for STOAR - decentralized file storage on Arweave
10 lines • 421 B
TypeScript
import { StoarClient } from '@stoar/sdk';
export interface WalletConfig {
wallet: any;
arweave: any;
client: StoarClient;
}
export declare function getWalletConfig(options: any): Promise<WalletConfig>;
export declare function formatArweaveAmount(winston: string): string;
export declare function checkBalance(client: StoarClient, requiredAmount?: string): Promise<string>;
//# sourceMappingURL=wallet.d.ts.map