bitcoin-sv / ts-sdk

Other
51 stars 12 forks source link

Fix/pk der number array #116

Closed sirdeggen closed 3 months ago

sirdeggen commented 3 months ago

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.

sirdeggen commented 3 months ago

https://github.com/bitcoin-sv/ts-sdk/issues/110 related