Module breez_sdk_liquid::lightning::ln::inbound_payment
Expand description
Utilities to generate inbound payment information in service of invoice creation.
Structs§
- A set of keys that were HKDF-expanded from an initial call to
NodeSigner::get_inbound_payment_key_material
.
Functions§
- Equivalent to
crate::ln::channelmanager::ChannelManager::create_inbound_payment
, but noChannelManager
is required. Useful for generating invoices for phantom node payments without aChannelManager
. - Equivalent to
crate::ln::channelmanager::ChannelManager::create_inbound_payment_for_hash
, but noChannelManager
is required. Useful for generating invoices for phantom node payments without aChannelManager
.