up
This commit is contained in:
parent
17e00f9821
commit
f2b42749b6
5 changed files with 15 additions and 12 deletions
|
|
@ -192,7 +192,6 @@ message AppUser {
|
|||
string identifier = 1;
|
||||
UserInfo info = 2;
|
||||
int64 max_withdrawable = 3;
|
||||
string noffer = 4;
|
||||
}
|
||||
|
||||
message AddAppInvoiceRequest {
|
||||
|
|
@ -354,6 +353,7 @@ message UserInfo{
|
|||
int64 service_fee_bps = 5;
|
||||
int64 network_max_fee_bps = 6;
|
||||
int64 network_max_fee_fixed = 7;
|
||||
string noffer = 8;
|
||||
}
|
||||
|
||||
message GetUserOperationsRequest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue