alexbosworth / lightning

Lightning client methods
MIT License
126 stars 32 forks source link

Typescript definitions for createFundedPsbt #168

Closed alexbosworth closed 3 months ago

alexbosworth commented 3 months ago

In LND 0.18.0 there will be a new way to create funded PSBTs that is more flexible, this is represented in a new method createFundedPsbt.

There are similar arguments to fundPsbt and it returns a hex encoded psbt string

Need to update the typescript with this new method

ping @bkiac