@bitgo/utxo-bin
Version:
Command-line utility for BitGo UTXO transactions
8 lines • 300 B
TypeScript
import { ParserNode } from '../Parser';
import { FormatTreeOrJson } from '../args';
export type FormatStringArgs = {
format: FormatTreeOrJson;
all: boolean;
};
export declare function formatString(parsed: ParserNode, argv: FormatStringArgs): string;
//# sourceMappingURL=formatString.d.ts.map