UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

6 lines 288 B
import { BIP32Interface } from 'bip32'; export type Triple<T> = [T, T, T]; export type KeyTriple = Triple<BIP32Interface>; export declare function getKey(seed: string): BIP32Interface; export declare function getKeyTriple(seed: string): KeyTriple; //# sourceMappingURL=bip32.util.d.ts.map