x402-chainlink
    Preparing search index...

    Interface CRESupportedCapabilities

    CRE supported capabilities response

    interface CRESupportedCapabilities {
        actions: CREWorkflowAction[];
        facilitatorAddress?: `0x${string}`;
        networks: EVMNetworkId[];
        simulationAvailable: boolean;
        triggers: CRETriggerType[];
        version: string;
    }
    Index

    Properties

    Supported actions

    facilitatorAddress?: `0x${string}`

    Facilitator contract address

    networks: EVMNetworkId[]

    Supported networks

    simulationAvailable: boolean

    Is simulation mode available

    triggers: CRETriggerType[]

    Available trigger types

    version: string

    Version of the CRE workflow