UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

8 lines 291 B
export type FormatTreeOrJson = 'tree' | 'json'; export declare const formatTreeOrJson: { readonly type: "string"; readonly choices: readonly ["tree", "json"]; readonly default: "tree"; readonly coerce: (arg: string) => "tree" | "json"; }; //# sourceMappingURL=format.d.ts.map