list offer ops
This commit is contained in:
parent
babce0d4da
commit
299f5d86b6
13 changed files with 307 additions and 7 deletions
|
|
@ -481,6 +481,12 @@ service LightningPub {
|
|||
option (http_route) = "/api/user/offer/get";
|
||||
option (nostr) = true;
|
||||
}
|
||||
rpc GetUserOfferInvoices(structs.GetUserOfferInvoicesReq) returns (structs.OfferInvoices){
|
||||
option (auth_type) = "User";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/user/offer/get/invoices";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc UpdateUserOffer(structs.OfferConfig) returns (structs.Empty){
|
||||
option (auth_type) = "User";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue