ApexRankingPage
Documentation for eth_defi.apex.vault.ApexRankingPage Python class.
- class ApexRankingPage
Bases:
objectOne validated ranking page.
Attributes summary
Total source rows reported for the complete ranking.
Parsed page vaults.
Methods summary
__init__(total_size, vaults)- total_size: int
Total source rows reported for the complete ranking.
- vaults: tuple[eth_defi.apex.vault.ApexVaultSummary, ...]
Parsed page vaults.
- __init__(total_size, vaults)
- Parameters
total_size (int) –
vaults (tuple[eth_defi.apex.vault.ApexVaultSummary, ...]) –
- Return type
None