alexbosworth / lightning

Lightning client methods
MIT License
126 stars 32 forks source link

Typescript for `getChannel` #172

Closed alexbosworth closed 3 months ago

alexbosworth commented 3 months ago

In 10.14.0 support is added for looking up a channel by its funding outpoint instead of its id

id is made optional, transaction_id and transaction_vout can be specified instead, where transaction_id is a hex encoded transaction id and transaction_vout is an output index number

Need typescript update for this request

ping @bkiac