Class BlockInfo


  • public class BlockInfo
    extends Object
    • Constructor Detail

      • BlockInfo

        public BlockInfo()
    • Method Detail

      • getBlockAccumulatorInfo

        public AccumulatorNode getBlockAccumulatorInfo()
      • setBlockAccumulatorInfo

        public void setBlockAccumulatorInfo​(AccumulatorNode blockAccumulatorInfo)
      • getBlockHash

        public String getBlockHash()
      • setBlockHash

        public void setBlockHash​(String blockHash)
      • getTotalDifficulty

        public String getTotalDifficulty()
      • setTotalDifficulty

        public void setTotalDifficulty​(String totalDifficulty)
      • setTxnAccumulatorInfo

        public void setTxnAccumulatorInfo​(AccumulatorNode txnAccumulatorInfo)