wallet-sdk-v0.2.0
·
450 commits
to develop
since this release
wallet-sdk release version 0.2.0
Adding a couple helper functions for test mode:
createTestModeInvoice
which can give you an encoded lightning invoice that can be paid from your test wallet via thepayInvoice
functioncreateTestModePayment
to pay an invoice created from your test wallet viacreateInvoice
Also fixing some bugs with payInvoice and signing. Bumping the core dependency.