Match events

interface IndexerServerMatchEvent {
    digest: string;
    order: EIP712OrderValues;
    base_filled: string;
    quote_filled: string;
    fee: string;
    sequencer_fee: string;
    cumulative_fee: string;
    cumulative_base_filled: string;
    cumulative_quote_filled: string;
    submission_idx: string;
    net_entry_unrealized: string;
    net_entry_cumulative: string;
    pre_balance: IndexerServerMatchEventBalances;
    post_balance: IndexerServerMatchEventBalances;
}

Properties

digest: string
base_filled: string
quote_filled: string
fee: string
sequencer_fee: string
cumulative_fee: string
cumulative_base_filled: string
cumulative_quote_filled: string
submission_idx: string
net_entry_unrealized: string
net_entry_cumulative: string