UNPKG

caravan-x

Version:

A terminal-based utility for managing Caravan multisig wallets in regtest mode. This tool simplifies development and testing with Caravan by providing an easy-to-use interface

12 lines (11 loc) 389 B
export declare const logger: { info: (message: string) => void; success: (message: string) => void; warn: (message: string) => void; error: (message: string, error?: any) => void; debug: (message: string, ...args: any[]) => void; box: (message: string, options?: { title?: string; type?: "info" | "success" | "warning" | "error"; }) => void; };