I’m making an attempt out sending/receiving funds between BlueWallet, Muun wallets and my regionally working lnd node. I managed to efficiently pay an bill generated by BlueWallet or Muun from lnd node on mainnet
Now need to have the ability to sporadically ship funds to any of those wallets when some occasion occurs. For that I do not wish to generate a brand new bill, however simply to ship a keysend/amp fee.
Nevertheless, I do not see a direct and even oblique connection between bill information and public key of the pockets.
I do not see a solution to see the general public key I can amp/keysend to.
Right here is an instance of lncli decodepayreq <invoice_string>:
{
"vacation spot": "028c584de287761236460baf946b34c1e288c33b8d8e3efcec6b691e442cedd40b",
"payment_hash": "e49f38a4062efbd1ca48f3880f1ede6d3777bf40ec95ae2b3610554092998e25",
"num_satoshis": "0",
"timestamp": "1652777522",
"expiry": "86400",
"description": "",
"description_hash": "",
"fallback_addr": "",
"cltv_expiry": "72",
"route_hints": [
{
"hop_hints": [
{
"node_id": "038f8f113c580048d847d6949371726653e02b928196bad310e3eda39ff61723f6",
"chan_id": "15123508029316582222",
"fee_base_msat": 100,
"fee_proportional_millionths": 1500,
"cltv_expiry_delta": 9
}
]
}
],
"payment_addr": "cbef694eea85824a73b84a6323b6c9e489c7c2ce38e23c869fd7907697a3a130",
"num_msat": "0",
"options": {
"9": {
"identify": "tlv-onion",
"is_required": false,
"is_known": true
},
"15": {
"identify": "payment-addr",
"is_required": false,
"is_known": true
}
}
}
So, is it attainable in any respect to deduct public key having an bill?
