LNDK code reading
consume_messanger_events handles all onion messages
How to send invoice requests?
send_invoice_request put a invoice request message into a vector pending_messages. This is hold by message handler.
next_onion_message_for_peer enques events in handler to onion messenger and then onion messenger handles the events. In LNDK we delegate sending process to LND by relay_outgoing_msg_event function.
create_reply_path
blind path は常に 1 hop?