@bitgo/utxo-bin
Version:
Command-line utility for BitGo UTXO transactions
11 lines • 458 B
TypeScript
import { Chalk } from 'chalk';
import { ParserNode } from './Parser';
export declare function formatSat(v: number | bigint): string;
type FormatOptions = {
hide?: string[];
chalk?: Chalk;
};
export declare function formatTree(n: ParserNode, { hide, chalk }?: FormatOptions): string;
export declare function formatObjAsTree(label: string | number, obj: unknown, { hide, chalk }?: FormatOptions): string;
export {};
//# sourceMappingURL=format.d.ts.map