history check
This commit is contained in:
parent
421873a7de
commit
2cc4a3d0c7
20 changed files with 5230 additions and 4714 deletions
|
|
@ -387,6 +387,13 @@ service LightningPub {
|
|||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc GetPaymentState(structs.GetPaymentStateRequest) returns (structs.PaymentState){
|
||||
option (auth_type) = "User";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/user/payment/state";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc OpenChannel(structs.OpenChannelRequest) returns (structs.OpenChannelResponse){
|
||||
option (auth_type) = "User";
|
||||
option (http_method) = "post";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue