类 BlockHeaderDto


  • public class BlockHeaderDto
    extends Object
    • 构造器详细资料

      • BlockHeaderDto

        public BlockHeaderDto()
    • 方法详细资料

      • getHash

        public String getHash()
      • setHash

        public void setHash​(String hash)
      • getPreHash

        public String getPreHash()
      • setPreHash

        public void setPreHash​(String preHash)
      • getMerkleHash

        public String getMerkleHash()
      • setMerkleHash

        public void setMerkleHash​(String merkleHash)
      • getTime

        public String getTime()
      • setTime

        public void setTime​(String time)
      • getHeight

        public long getHeight()
      • setHeight

        public void setHeight​(long height)
      • getTxCount

        public int getTxCount()
      • setTxCount

        public void setTxCount​(int txCount)
      • getBlockSignature

        public String getBlockSignature()
      • setBlockSignature

        public void setBlockSignature​(String blockSignature)
      • getSize

        public int getSize()
      • setSize

        public void setSize​(int size)
      • getPackingAddress

        public String getPackingAddress()
      • setPackingAddress

        public void setPackingAddress​(String packingAddress)
      • getRoundIndex

        public long getRoundIndex()
      • setRoundIndex

        public void setRoundIndex​(long roundIndex)
      • getConsensusMemberCount

        public int getConsensusMemberCount()
      • setConsensusMemberCount

        public void setConsensusMemberCount​(int consensusMemberCount)
      • getRoundStartTime

        public String getRoundStartTime()
      • setRoundStartTime

        public void setRoundStartTime​(String roundStartTime)
      • getPackingIndexOfRound

        public int getPackingIndexOfRound()
      • setPackingIndexOfRound

        public void setPackingIndexOfRound​(int packingIndexOfRound)
      • getMainVersion

        public int getMainVersion()
      • setMainVersion

        public void setMainVersion​(int mainVersion)
      • getBlockVersion

        public int getBlockVersion()
      • setBlockVersion

        public void setBlockVersion​(int blockVersion)
      • getStateRoot

        public String getStateRoot()
      • setStateRoot

        public void setStateRoot​(String stateRoot)
      • getTxHashList

        public List<String> getTxHashList()
      • setTxHashList

        public void setTxHashList​(List<String> txHashList)