OPNet
    Preparing search index...

    Interface IEpoch

    interface IEpoch {
        difficultyScaled: bigint;
        endBlock: bigint;
        epochHash: Buffer;
        epochNumber: bigint;
        epochRoot: Buffer;
        minDifficulty?: string;
        proofs: readonly Buffer<ArrayBufferLike>[];
        proposer: IEpochMiner;
        startBlock: bigint;
        targetHash: Buffer;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    difficultyScaled: bigint
    endBlock: bigint
    epochHash: Buffer
    epochNumber: bigint
    epochRoot: Buffer
    minDifficulty?: string
    proofs: readonly Buffer<ArrayBufferLike>[]
    proposer: IEpochMiner
    startBlock: bigint
    targetHash: Buffer