@uniswap/client-data-api 0.0.234 → 0.0.237
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.
|
@@ -731,7 +731,8 @@ export declare class LaunchBadge extends Message<LaunchBadge> {
|
|
|
731
731
|
/**
|
|
732
732
|
* When the badge was earned (proto-JSON serializes this as an ISO-8601
|
|
733
733
|
* string, which is the client contract). Exact on-chain launch time for
|
|
734
|
-
*
|
|
734
|
+
* frontrunner; observation time for original and for tier crossings,
|
|
735
|
+
* which are only known to have happened by the pass that spots them.
|
|
735
736
|
*
|
|
736
737
|
* @generated from field: google.protobuf.Timestamp earned_at = 3;
|
|
737
738
|
*/
|
|
@@ -1175,7 +1175,10 @@ export declare class Pool extends Message<Pool> {
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
tickSpacing?: number;
|
|
1177
1177
|
/**
|
|
1178
|
-
*
|
|
1178
|
+
* The pool key's own fee in pips, always served: the V4 DYNAMIC_FEE_FLAG
|
|
1179
|
+
* sentinel (0x800000) for a dynamic-fee pool — the literal PoolKey.fee, which
|
|
1180
|
+
* is what hashing a v4 pool id needs — and the fixed 3000 for V2. Read
|
|
1181
|
+
* is_dynamic_fee, not this, to decide whether a pool has a fixed rate.
|
|
1179
1182
|
*
|
|
1180
1183
|
* @generated from field: optional uint32 fee_tier = 7;
|
|
1181
1184
|
*/
|
|
@@ -2006,7 +2009,8 @@ export declare class LaunchBadge extends Message<LaunchBadge> {
|
|
|
2006
2009
|
/**
|
|
2007
2010
|
* When the badge was earned (proto-JSON serializes this as an ISO-8601
|
|
2008
2011
|
* string, which is the client contract). Exact on-chain launch time for
|
|
2009
|
-
*
|
|
2012
|
+
* frontrunner; observation time for original and for tier crossings,
|
|
2013
|
+
* which are only known to have happened by the pass that spots them.
|
|
2010
2014
|
*
|
|
2011
2015
|
* @generated from field: google.protobuf.Timestamp earned_at = 3;
|
|
2012
2016
|
*/
|
|
@@ -558,7 +558,8 @@ export declare class LaunchBadge extends Message<LaunchBadge> {
|
|
|
558
558
|
/**
|
|
559
559
|
* When the badge was earned (proto-JSON serializes this as an ISO-8601
|
|
560
560
|
* string, which is the client contract). Exact on-chain launch time for
|
|
561
|
-
*
|
|
561
|
+
* frontrunner; observation time for original and for tier crossings,
|
|
562
|
+
* which are only known to have happened by the pass that spots them.
|
|
562
563
|
*
|
|
563
564
|
* @generated from field: google.protobuf.Timestamp earned_at = 3;
|
|
564
565
|
*/
|