Package org.starcoin.bean
Class BlockHeader
java.lang.Object
org.starcoin.bean.BlockHeader
public class BlockHeader extends Object
-
Constructor Summary
Constructors Constructor Description BlockHeader() -
Method Summary
-
Constructor Details
-
BlockHeader
public BlockHeader()
-
-
Method Details
-
getAuthor
-
setAuthor
-
getAuthorAuthKey
-
setAuthorAuthKey
-
getBlockAccumulatorRoot
-
setBlockAccumulatorRoot
-
getBlockHash
-
setBlockHash
-
getBodyHash
-
setBodyHash
-
getChainId
public int getChainId() -
setChainId
public void setChainId(int chainId) -
getDifficulty
public long getDifficulty() -
setDifficulty
public void setDifficulty(long difficulty) -
getExtra
-
setExtra
-
getGasUsed
public long getGasUsed() -
setGasUsed
public void setGasUsed(long gasUsed) -
getNonce
public long getNonce() -
setNonce
public void setNonce(long nonce) -
getHeight
public long getHeight() -
setHeight
public void setHeight(long height) -
getParentHash
-
setParentHash
-
getStateRoot
-
setStateRoot
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getTxnAccumulatorRoot
-
setTxnAccumulatorRoot
-
getDifficultyHexStr
-
setDifficultyHexStr
-
toString
-