Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerMatchEvent

    Match events

    interface IndexerServerMatchEvent {
        digest: string;
        isolated: boolean;
        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;
    }
    Index

    Properties

    digest: string
    isolated: boolean
    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

    net_entry_unrealized: string

    net_entry_cumulative

    net_entry_cumulative: string

    post_balance