UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

8 lines 291 B
import { Chalk } from 'chalk'; import { ParserNode } from './Parser'; export declare function formatSat(v: number | bigint): string; export declare function formatTree(n: ParserNode, { hide, chalk }?: { hide?: string[]; chalk?: Chalk; }): string; //# sourceMappingURL=format.d.ts.map