ApexRankingPage

Documentation for eth_defi.apex.vault.ApexRankingPage Python class.

class ApexRankingPage

Bases: object

One validated ranking page.

Attributes summary

total_size

Total source rows reported for the complete ranking.

vaults

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
Return type

None