ScanDisabled
Documentation for eth_defi.hyperliquid.vault_scanner.ScanDisabled Python class.
- class ScanDisabled
Bases:
enum.EnumReasons why a vault may be excluded from scanning.
Stored as VARCHAR in DuckDB using the enum value (snake_case string).
Attributes summary
Vault TVL is below the threshold for scanning
Vault has been manually disabled from scanning
- not_enough_tvl = 'not_enough_tvl'
Vault TVL is below the threshold for scanning
- manual = 'manual'
Vault has been manually disabled from scanning