solana-better-cli
Version:
A comprehensive Solana wallet management CLI tool with portfolio tracking, token swapping, and more
12 lines • 479 B
TypeScript
export declare class Logger {
static info(message: string): void;
static success(message: string): void;
static warning(message: string): void;
static error(message: string | Error): void;
static transaction(signature: string): void;
static wallet(publicKey: string): void;
static balance(token: string, amount: number, symbol?: string): void;
static header(text: string): void;
static separator(): void;
}
//# sourceMappingURL=logger.d.ts.map