ldk_estimate_fee
Calculate Lightning Network routing fees for a payment by specifying the amount in satoshis and optionally the target node public key. Helps optimize transaction costs efficiently.
Instructions
Estimate Lightning routing fees for a payment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amountSats | Yes | Payment amount in satoshis | |
targetNode | No | Target node public key (optional) |