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