max_withdrawable

This commit is contained in:
boufni95 2023-10-26 19:19:47 +02:00
parent c094d8eed3
commit 960e928cbc
5 changed files with 1936 additions and 1919 deletions

View file

@ -200,6 +200,7 @@ message HandleLnurlPayResponse {
message UserInfo{
string userId = 1;
int64 balance = 2;
int64 max_withdrawable = 3;
}
message GetUserOperationsRequest{