sidetree icon indicating copy to clipboard operation
sidetree copied to clipboard

Remove references to the bitcore-lib from the IBitcoinWallet

Open mudiali opened this issue 4 years ago • 0 comments

Two suggested changes as part of this bug:

  1. Remove the getPublicKeyAsHex function.
  2. Update the function signatures to remove references to the bicore-lib's Transaction, Address, and Script' objects. These can be replaced by strings as the bitcoin network uses them. For example, transactionAsHex, address(string),scriptAsHex`.

mudiali avatar Jun 30 '20 05:06 mudiali