UNPKG

@xchainjs/xchain-utxo

Version:
13 lines (12 loc) 343 B
export declare function toBitcoinJS(chain: 'bitcoincash' | 'dogecoin' | 'dash' | 'litecoin', network: 'main' | 'test'): { messagePrefix: string; bech32: string | undefined; bip32: { public: number; private: number; }; pubKeyHash: number; scriptHash: number; wif: number; dustThreshold: null; };