difficulty property
BigInt
get
difficulty
Implementation
BigInt get difficulty {
final maxValue = _maxUint128;
return maxValue - (maxValue ~/ BigInt.from(_difficultyFactor));
}
BigInt get difficulty {
final maxValue = _maxUint128;
return maxValue - (maxValue ~/ BigInt.from(_difficultyFactor));
}