alexbosworth / lightning

Lightning client methods
MIT License
128 stars 33 forks source link

Typescript for `getChannel` #172

Closed alexbosworth closed 5 months ago

alexbosworth commented 5 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