@uniswap/client-data-api 0.0.235 → 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
|
*/
|
|
@@ -2009,7 +2009,8 @@ export declare class LaunchBadge extends Message<LaunchBadge> {
|
|
|
2009
2009
|
/**
|
|
2010
2010
|
* When the badge was earned (proto-JSON serializes this as an ISO-8601
|
|
2011
2011
|
* string, which is the client contract). Exact on-chain launch time for
|
|
2012
|
-
*
|
|
2012
|
+
* frontrunner; observation time for original and for tier crossings,
|
|
2013
|
+
* which are only known to have happened by the pass that spots them.
|
|
2013
2014
|
*
|
|
2014
2015
|
* @generated from field: google.protobuf.Timestamp earned_at = 3;
|
|
2015
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
|
*/
|