interface IndexerServerMatchEventsResponse {
    matches: IndexerServerMatchEvent[];
    txs: IndexerServerTx[];
}

Properties

Properties