LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Feature/add peek #69

Closed Czino closed 9 months ago

Czino commented 9 months ago

We need the AdressIndex.Peek() method at peach, therefore I extended the current wallet.getAddress() and wallet.getInternalAddress() to accept a Number as well as the AddressIndex enum

Note that this PR is building upon:

https://github.com/LtbLightning/bdk-rn/pull/64 https://github.com/LtbLightning/bdk-rn/pull/67 https://github.com/LtbLightning/bdk-rn/pull/68