Interface PropagatedBlockContext
- All Superinterfaces:
BlockContext
The minimum set of data for a PropagatedBlockContext.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tuweni.units.bigints.UInt256A scalar value corresponding to the total difficulty.Methods inherited from interface BlockContext
getBlockBody, getBlockHeader
-
Method Details
-
getTotalDifficulty
org.apache.tuweni.units.bigints.UInt256 getTotalDifficulty()A scalar value corresponding to the total difficulty.- Returns:
- A UInt256 value corresponding to the total difficulty.
-