x402-chainlink
    Preparing search index...

    Interface CREConsensusInfo

    CRE consensus information

    interface CREConsensusInfo {
        nodeCount: number;
        reached: boolean;
        threshold: number;
        timestamp?: number;
    }
    Index

    Properties

    nodeCount: number

    Number of nodes that participated

    reached: boolean

    Whether consensus was reached

    threshold: number

    Required threshold for consensus

    timestamp?: number

    Timestamp of consensus