Interface PropagatedBlockContext

All Superinterfaces:
BlockContext

public interface PropagatedBlockContext extends BlockContext
The minimum set of data for a PropagatedBlockContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tuweni.units.bigints.UInt256
    A 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.