类 BlockMetadata
java.lang.Object
org.starcoin.bean.BlockMetadata
-
构造器概要
-
方法概要
修饰符和类型方法说明long
long
void
void
setAuthorAuthKey(String authorAuthKey)
void
setChainId(String chainId)
void
void
setParentGasUsed(long parentGasUsed)
void
setParentHash(String parentHash)
void
setTimestamp(long timestamp)
void
toString()
-
构造器详细资料
-
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
-