max_withdrawable
This commit is contained in:
parent
c094d8eed3
commit
960e928cbc
5 changed files with 1936 additions and 1919 deletions
|
|
@ -200,6 +200,7 @@ message HandleLnurlPayResponse {
|
|||
message UserInfo{
|
||||
string userId = 1;
|
||||
int64 balance = 2;
|
||||
int64 max_withdrawable = 3;
|
||||
}
|
||||
|
||||
message GetUserOperationsRequest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue