x402-chainlink
    Preparing search index...

    Interface CREWorkflowResult

    CRE Workflow result

    interface CREWorkflowResult {
        consensusReached: boolean;
        error?: string;
        executionId: string;
        success: boolean;
        transactionHash?: `0x${string}`;
    }
    Index

    Properties

    consensusReached: boolean

    Consensus reached by DON

    error?: string

    Error message if failed

    executionId: string

    Workflow execution ID

    success: boolean

    Whether the workflow executed successfully

    transactionHash?: `0x${string}`

    Transaction hash if settlement was executed