v2: since asset is public end point, can not hold accepted temrs
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
320a0cd857
commit
74d54cfc60
@ -76,7 +76,6 @@ message Asset {
|
|||||||
int32 status = 31;
|
int32 status = 31;
|
||||||
AssetMeta meta = 32;
|
AssetMeta meta = 32;
|
||||||
string type = 33;
|
string type = 33;
|
||||||
bool has_agreed_contract = 34;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetAssetReq {
|
message GetAssetReq {
|
||||||
@ -207,6 +206,7 @@ message Wallet {
|
|||||||
string updated_at = 8;
|
string updated_at = 8;
|
||||||
string created_at = 9;
|
string created_at = 9;
|
||||||
string wallet_code = 10;
|
string wallet_code = 10;
|
||||||
|
bool accepted_terms = 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UserInitWalletReq {
|
message UserInitWalletReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user