Base Events

interface IndexerServerEvent {
    subaccount: string;
    product_id: number;
    submission_idx: string;
    event_type: IndexerEventType;
    pre_balance: IndexerServerBalance;
    post_balance: IndexerServerBalance;
    product: IndexerServerProduct;
    net_interest_unrealized: string;
    net_interest_cumulative: string;
    net_funding_unrealized: string;
    net_funding_cumulative: string;
    net_entry_unrealized: string;
    net_entry_cumulative: string;
    net_entry_lp_unrealized: string;
    net_entry_lp_cumulative: string;
}

Properties

subaccount: string
product_id: number
submission_idx: string
event_type: IndexerEventType
post_balance: IndexerServerBalance
net_interest_unrealized: string
net_interest_cumulative: string
net_funding_unrealized: string
net_funding_cumulative: string
net_entry_unrealized: string
net_entry_cumulative: string
net_entry_lp_unrealized: string
net_entry_lp_cumulative: string