x402-chainlink
    Preparing search index...

    Interface DiscoveryClientConfig

    Configuration for the discovery client

    interface DiscoveryClientConfig {
        apiKey?: string;
        baseUrl: string;
        fetch?: typeof fetch;
        timeout?: number;
    }
    Index

    Properties

    apiKey?: string

    Optional API key for authentication

    baseUrl: string

    Base URL of the discovery/bazaar service

    fetch?: typeof fetch

    Custom fetch implementation (for testing)

    timeout?: number

    Request timeout in milliseconds (default: 30000)