@uniswap/client-data-api 0.0.83 → 0.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/data/v1/api_pb.d.ts
CHANGED
|
@@ -1791,6 +1791,10 @@ export declare class BalanceComponent extends Message<BalanceComponent> {
|
|
|
1791
1791
|
* @generated from field: optional double percent_change_1d = 3;
|
|
1792
1792
|
*/
|
|
1793
1793
|
percentChange1d?: number;
|
|
1794
|
+
/**
|
|
1795
|
+
* @generated from field: optional uint32 count = 4;
|
|
1796
|
+
*/
|
|
1797
|
+
count?: number;
|
|
1794
1798
|
constructor(data?: PartialMessage<BalanceComponent>);
|
|
1795
1799
|
static readonly runtime: typeof proto3;
|
|
1796
1800
|
static readonly typeName = "data.v1.BalanceComponent";
|
package/dist/data/v1/api_pb.js
CHANGED
|
@@ -2423,4 +2423,5 @@ BalanceComponent.fields = proto3.util.newFieldList(() => [
|
|
|
2423
2423
|
{ no: 1, name: "value_usd", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
2424
2424
|
{ no: 2, name: "absolute_change_1d", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
2425
2425
|
{ no: 3, name: "percent_change_1d", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
2426
|
+
{ no: 4, name: "count", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
|
|
2426
2427
|
]);
|