Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerEventsResponse

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

    Properties

    Properties