nip69 server
This commit is contained in:
parent
8e18e67995
commit
747bce3cf1
9 changed files with 130 additions and 37 deletions
|
|
@ -192,6 +192,7 @@ message AppUser {
|
|||
string identifier = 1;
|
||||
UserInfo info = 2;
|
||||
int64 max_withdrawable = 3;
|
||||
string noffer = 4;
|
||||
}
|
||||
|
||||
message AddAppInvoiceRequest {
|
||||
|
|
@ -409,6 +410,7 @@ message Product {
|
|||
string id = 1;
|
||||
string name = 2;
|
||||
int64 price_sats = 3;
|
||||
string noffer = 4;
|
||||
}
|
||||
|
||||
message GetProductBuyLinkResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue