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(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
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–2021 Planetarium