sidetree
sidetree copied to clipboard
Remove references to the bitcore-lib from the IBitcoinWallet
Two suggested changes as part of this bug:
- Remove the
getPublicKeyAsHex
function. - Update the function signatures to remove references to the bicore-lib's
Transaction
,Address
, andScript' objects. These can be replaced by strings as the bitcoin network uses them. For example,
transactionAsHex,
address(string),
scriptAsHex`.