ln address
This commit is contained in:
parent
d6633f8fd5
commit
3d4bd4be63
9 changed files with 2561 additions and 2465 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue