bitcore
bitcore copied to clipboard
TypeError: Cannot read properties of undefined (reading 'fromWIF')
my code import bitcoin from 'bitcoinjs-lib';
const TESTNET = bitcoin.networks.testnet; const privateKeyWIF = '...';
const keyPair = bitcoin.ECPair.fromWIF(privateKeyWIF, TESTNET);