MellowOracleReport
Documentation for eth_defi.mellow.vault.MellowOracleReport Python class.
- class MellowOracleReport
Bases:
objectLatest Mellow oracle report for an asset.
Attributes summary
Raw Mellow
priceD18value.Unix timestamp stored by the oracle.
Whether the report is flagged suspicious by oracle validation.
Methods summary
__init__(price_d18, timestamp, is_suspicious)- price_d18: int
Raw Mellow
priceD18value.
- timestamp: int
Unix timestamp stored by the oracle.
- is_suspicious: bool
Whether the report is flagged suspicious by oracle validation.