alexbosworth / lightning

Lightning client methods
MIT License
126 stars 32 forks source link

Typescript for updateRoutingFees #170

Closed alexbosworth closed 3 months ago

alexbosworth commented 3 months ago

updateRoutingFees has new attributes:

inbound_base_discount_mtokens: This is a source-based discount that reduces the routing fee of traffic coming from a specific source channel by n mtokens. It is a number of millitokens string

inbound_rate_discount: This is a source-based discount that reduces the routing fee in the same way, but proportionally to the value being forwarded, in millitokens per million. It is a parts per million number

Need typescript support for these methods

ping @bkiac