OPNet
    Preparing search index...

    Interface RawEpoch

    interface RawEpoch {
        difficultyScaled: string;
        endBlock: string;
        epochHash: string;
        epochNumber: string;
        epochRoot: string;
        minDifficulty?: string;
        proofs: readonly string[];
        proposer: RawEpochMiner;
        startBlock: string;
        targetHash: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    difficultyScaled: string
    endBlock: string
    epochHash: string
    epochNumber: string
    epochRoot: string
    minDifficulty?: string
    proofs: readonly string[]
    proposer: RawEpochMiner
    startBlock: string
    targetHash: string