ScanDisabled

Documentation for eth_defi.hyperliquid.vault_scanner.ScanDisabled Python class.

class ScanDisabled

Bases: enum.Enum

Reasons why a vault may be excluded from scanning.

Stored as VARCHAR in DuckDB using the enum value (snake_case string).

Attributes summary

not_enough_tvl

Vault TVL is below the threshold for scanning

manual

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