Package org.starcoin.bean
Class BlockMetadata
java.lang.Object
org.starcoin.bean.BlockMetadata
public class BlockMetadata extends Object
-
Constructor Summary
Constructors Constructor Description BlockMetadata() -
Method Summary
Modifier and Type Method Description StringgetAuthor()StringgetAuthorAuthKey()StringgetChainId()StringgetNumber()longgetParentGasUsed()StringgetParentHash()longgetTimestamp()StringgetUncles()voidsetAuthor(String author)voidsetAuthorAuthKey(String authorAuthKey)voidsetChainId(String chainId)voidsetNumber(String number)voidsetParentGasUsed(long parentGasUsed)voidsetParentHash(String parentHash)voidsetTimestamp(long timestamp)voidsetUncles(String uncles)StringtoString()
-
Constructor Details
-
BlockMetadata
public BlockMetadata()
-
-
Method Details
-
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
-