interface IndexerServerEventsResponse {
    events: IndexerServerEvent[];
    txs: IndexerServerTx[];
}

Properties

Properties