You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repeatedAssetBalancebalances=1 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "List of asset balances"}];
2614
2583
}
2615
2584
2616
2585
messageAssetBalance {
2617
-
stringcaip19=1;
2618
-
stringsymbol=2;
2619
-
stringbalance=3;
2620
-
int32decimals=4;
2586
+
stringcaip19=1 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The caip-19 asset identifier"}];
2587
+
stringsymbol=2 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The asset symbol"}];
2588
+
stringbalance=3 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The balance in atomic units"}];
2589
+
int32decimals=4 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The number of decimals this asset uses"}];
2590
+
AssetBalanceDisplaydisplay=5 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "Normalized balance values for display purposes only. Do not do any arithmetic or calculations with these, as the results could be imprecise. Use the balance field instead."}];
2591
+
}
2592
+
2593
+
messageAssetBalanceDisplay {
2594
+
stringusd=1 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "USD value for display purposes only. Do not do any arithmetic or calculations with these, as the results could be imprecise."}];
2595
+
stringcrypto=2 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "Normalized crypto value for display purposes only. Do not do any arithmetic or calculations with these, as the results could be imprecise."}];
0 commit comments