OPNet
    Preparing search index...

    Interface ProofOfWorkChallenge

    interface ProofOfWorkChallenge {
        difficulty?: bigint;
        preimage: Buffer;
        reward: bigint;
        version?: number;
    }
    Index

    Properties

    difficulty?: bigint
    preimage: Buffer
    reward: bigint
    version?: number