ln address

This commit is contained in:
boufni95 2023-12-01 22:06:39 +01:00
parent d6633f8fd5
commit 3d4bd4be63
9 changed files with 2561 additions and 2465 deletions

View file

@ -138,6 +138,11 @@ service LightningPub {
option (http_route) = "/api/guest/lnurl_pay/handle";
option (query) = {items: ["k1", "amount", "nostr", "lnurl"]};
}
rpc HandleLnurlAddress(structs.Empty)returns (structs.LnurlPayInfoResponse) {
option (auth_type) = "Guest";
option (http_method) = "get";
option (http_route) = "/.well-known/lnurlp/:address_name";
}
//</Guest>
// <App>