Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 749 Bytes

PayLightningInvoiceRequest.md

File metadata and controls

14 lines (9 loc) · 749 Bytes

PayLightningInvoiceRequest

Properties

Name Type Description Notes
bolt11 Option<String> The BOLT11 of the invoice to pay [optional]
amount Option<String> Optional explicit payment amount in millisatoshi (if specified, it overrides the BOLT11 amount) [optional]
max_fee_percent Option<f32> The fee limit expressed as a percentage of the payment amount [optional]
max_fee_flat Option<String> The fee limit expressed as a fixed amount in satoshi [optional]

[Back to Model list] [Back to API list] [Back to README]