alexbosworth / lightning

Lightning client methods
MIT License
126 stars 32 forks source link

Typescript for `getMinimumRelayFee` #178

Closed alexbosworth closed 1 month ago

alexbosworth commented 1 month ago

In 0.18.3 support is added for getting the minimum relay fee for the chain backend

This method is represented by getMinimumRelayFee

It takes as an argument lnd which is the authenticated lnd api object

And it returns tokens_per_vbyte to represent the minimum relay fee rate per vb

Need typescript update for this new request

ping @bkiac