@uniswap/client-data-api 0.0.166 → 0.0.167
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.
|
@@ -526,10 +526,11 @@ export declare class TokenListFilter extends Message<TokenListFilter> {
|
|
|
526
526
|
*/
|
|
527
527
|
applyTopLevelFilters?: boolean;
|
|
528
528
|
/**
|
|
529
|
-
*
|
|
530
|
-
*
|
|
531
|
-
* dropped if any of its chain deployments is known to
|
|
532
|
-
* yet classified are kept. EVM only — Solana RWAs
|
|
529
|
+
* Currently ignored (may be honored in the future): ListTokens always
|
|
530
|
+
* drops tokenized real-world assets — ListRwas / ListRwaTokens serve them
|
|
531
|
+
* instead. An asset is dropped if any of its chain deployments is known to
|
|
532
|
+
* be an RWA; assets not yet classified are kept. EVM only — Solana RWAs
|
|
533
|
+
* are not yet flagged.
|
|
533
534
|
*
|
|
534
535
|
* @generated from field: optional bool exclude_rwas = 5;
|
|
535
536
|
*/
|