x402-chainlink
    Preparing search index...

    Interface CREConfig

    CRE Workflow configuration

    interface CREConfig {
        apiKey?: string;
        endpoint: string;
        network: EVMNetworkId;
        simulation?: boolean;
    }
    Index

    Properties

    apiKey?: string

    API key for authentication (optional)

    endpoint: string

    CRE workflow endpoint URL

    network: EVMNetworkId

    Target network for settlement

    simulation?: boolean

    Whether to use simulation mode