LedgerEvent
Documentation for eth_defi.hyperliquid.trade_history_db.LedgerEvent Python class.
- class LedgerEvent
Bases:
objectA deposit, withdrawal, or other non-funding ledger event from DuckDB storage.
Represents a row from the
ledgertable. Theevent_typefield contains the raw API type string (e.g."vaultDeposit","vaultWithdraw","deposit","withdraw").Attributes summary
timestamptimestamp_msevent_typeusdcvaultMethods summary
__init__(timestamp, timestamp_ms, ...)