LighterPoolSummary

Documentation for eth_defi.lighter.vault.LighterPoolSummary Python class.

class LighterPoolSummary

Bases: object

Summary information for a Lighter pool from the bulk listing.

From /api/v1/publicPoolsMetadata.

Attributes summary

account_index

name

l1_address

annual_percentage_yield

sharpe_ratio

operator_fee

total_asset_value

total_shares

status

account_type

master_account_index

created_at

is_llp

Methods summary

__init__(account_index, name, l1_address, ...)

__init__(account_index, name, l1_address, annual_percentage_yield, sharpe_ratio, operator_fee, total_asset_value, total_shares, status, account_type, master_account_index, created_at, is_llp=False)
Parameters
Return type

None