Expand description
Objects for different types of payments.
Structs§
- Bolt11
Payment - A payment handler allowing to create and pay BOLT 11 invoices.
- Bolt12
Payment - A payment handler allowing to create and pay BOLT 12 offers and refunds.
- LSPFee
Limits - Limits applying to how much fee we allow an LSP to deduct from the payment amount.
- Onchain
Payment - A payment handler allowing to send and receive on-chain payments.
- Payment
Details - Represents a payment.
- Sending
Parameters - Represents information used to send a payment.
- Spontaneous
Payment - A payment handler allowing to send spontaneous (“keysend”) payments.
- Unified
QrPayment - A payment handler allowing to create BIP 21 URIs with an on-chain, BOLT 11, and BOLT 12 payment option.
Enums§
- Confirmation
Status - Represents the confirmation status of a transaction.
- Payment
Direction - Represents the direction of a payment.
- Payment
Kind - Represents the kind of a payment.
- Payment
Status - Represents the current status of a payment.
- QrPayment
Result - Represents the result of a payment made using a BIP 21 QR code.