x402-chainlink
    Preparing search index...

    Interface DiscoveryPagination

    Pagination information for discovery responses

    interface DiscoveryPagination {
        limit: number;
        offset: number;
        total: number;
    }
    Index

    Properties

    Properties

    limit: number

    Maximum results per page

    offset: number

    Number of results skipped

    total: number

    Total number of matching resources