@ApiAudience.Public @ApiStability.Unstable public class Block extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getBlockNumber() |
BytesValue |
getChainId() |
AccountAddress |
getCoinbaseAccount() |
long |
getConfirmsCount() |
BlockHash |
getPreviousHash() |
BytesValue |
getPublicKey() |
Hash |
getReceiptRootHash() |
Hash |
getRootHash() |
Signature |
getSign() |
long |
getTimestamp() |
Hash |
getTxRootHash() |
public BytesValue getChainId()
public BlockHash getPreviousHash()
public long getBlockNumber()
public long getTimestamp()
public Hash getRootHash()
public Hash getTxRootHash()
public Hash getReceiptRootHash()
public long getConfirmsCount()
public BytesValue getPublicKey()
public AccountAddress getCoinbaseAccount()
public Signature getSign()