Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerPaginatedOrdersResponse

    interface GetIndexerPaginatedOrdersResponse {
        orders: IndexerOrder[];
        meta: IndexerPaginationMeta;
    }
    Index

    Properties

    Properties

    orders: IndexerOrder[]