x402-chainlink
    Preparing search index...

    Interface SimulationClientOptions

    Simulation client configuration options

    interface SimulationClientOptions {
        apiKey?: string;
        broadcastInSimulation?: boolean;
        engineLogs?: boolean;
        targetSettings?: string;
        timeout?: number;
        workflowPath?: string;
    }
    Index

    Properties

    apiKey?: string

    API key (not used in simulation mode)

    broadcastInSimulation?: boolean

    Enable --broadcast for real transactions (default: false)

    engineLogs?: boolean

    Enable CRE engine logs for debugging (default: false)

    targetSettings?: string

    CRE target settings from workflow.yaml (default: "staging-settings")

    timeout?: number

    Request timeout in milliseconds (default: 60000)

    workflowPath?: string

    Path to the x402-workflow folder (default: "./x402-workflow")