类 BlockMetadata
java.lang.Object
org.starcoin.bean.BlockMetadata
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longlongvoidvoidsetAuthorAuthKey(String authorAuthKey)voidsetChainId(String chainId)voidvoidsetParentGasUsed(long parentGasUsed)voidsetParentHash(String parentHash)voidsetTimestamp(long timestamp)voidtoString()
-
构造器详细资料
-
BlockMetadata
public BlockMetadata()
-
-
方法详细资料
-
getParentHash
-
setParentHash
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getAuthor
-
setAuthor
-
getAuthorAuthKey
-
setAuthorAuthKey
-
getUncles
-
setUncles
-
getNumber
-
setNumber
-
getChainId
-
setChainId
-
getParentGasUsed
public long getParentGasUsed() -
setParentGasUsed
public void setParentGasUsed(long parentGasUsed) -
toString
-