Show / Hide Table of Contents

Class InvalidBlockTotalDifficultyException

Inheritance
Object
InvalidBlockException
InvalidBlockTotalDifficultyException
Namespace: Libplanet.Blocks
Assembly: Libplanet.dll
Syntax
public class InvalidBlockTotalDifficultyException : InvalidBlockException

Constructors

| Improve this Doc View Source

InvalidBlockTotalDifficultyException(String, Int64, BigInteger)

Declaration
public InvalidBlockTotalDifficultyException(string message, long difficulty, BigInteger totalDifficulty)
Parameters
Type Name Description
String message
Int64 difficulty
BigInteger totalDifficulty

Properties

| Improve this Doc View Source

Difficulty

Declaration
public long Difficulty { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

TotalDifficulty

Declaration
public BigInteger TotalDifficulty { get; }
Property Value
Type Description
BigInteger
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium