Closed sirdeggen closed 3 months ago
Another attempt to fix the pubkey.toDER() type issue. Bizarrely fixed using local build but the published package still returns string. Made the type explicit to ensure things are handled correctly in js as well as ts.
https://github.com/bitcoin-sv/ts-sdk/issues/110 related
Description of Changes
Another attempt to fix the pubkey.toDER() type issue. Bizarrely fixed using local build but the published package still returns string. Made the type explicit to ensure things are handled correctly in js as well as ts.