Class InvalidBlockTotalDifficultyException
Inheritance
InvalidBlockTotalDifficultyException
Assembly: Libplanet.dll
Syntax
public class InvalidBlockTotalDifficultyException : InvalidBlockException
Constructors
|
Improve this Doc
View Source
InvalidBlockTotalDifficultyException(Int64, BigInteger, String)
Declaration
public InvalidBlockTotalDifficultyException(long difficulty, BigInteger totalDifficulty, string message)
Parameters
Type |
Name |
Description |
Int64 |
difficulty |
|
BigInteger |
totalDifficulty |
|
String |
message |
|
Properties
|
Improve this Doc
View Source
Difficulty
Declaration
public long Difficulty { get; }
Property Value
|
Improve this Doc
View Source
TotalDifficulty
Declaration
public BigInteger TotalDifficulty { get; }
Property Value
Type |
Description |
BigInteger |
|