vulpemventures / ldk

Liquid Development Kit provides abstractions to speed-up implementation of elements-based wallets for browsers and NodeJS
MIT License
9 stars 11 forks source link

Add constructor params to getNextAddress and getNextChangeAddress #126

Closed altafan closed 2 years ago

altafan commented 2 years ago

This adds an optional argument constructorParams to getNextAddress and getNextChangeAddress of the IdentityInterface.

Please @tiero review this.