OPNet
    Preparing search index...

    Interface RawEpochWithSubmissions

    interface RawEpochWithSubmissions {
        difficultyScaled: string;
        endBlock: string;
        epochHash: string;
        epochNumber: string;
        epochRoot: string;
        minDifficulty?: string;
        proofs: readonly string[];
        proposer: RawEpochMiner;
        startBlock: string;
        submissions?: readonly RawEpochSubmission[];
        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
    submissions?: readonly RawEpochSubmission[]
    targetHash: string