x402-chainlink
    Preparing search index...

    Interface CREEndpointConfig

    CRE endpoint configuration per network

    interface CREEndpointConfig {
        endpoint: string;
        facilitatorAddress: `0x${string}`;
        forwarderType: "mock" | "keystone";
    }
    Index

    Properties

    endpoint: string

    Workflow endpoint URL

    facilitatorAddress: `0x${string}`

    X402Facilitator contract address

    forwarderType: "mock" | "keystone"

    Forwarder type (mock for simulation, keystone for production)