| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
blockHash |
protected String |
connectionId |
protected String |
hash |
protected Long |
height |
protected String |
key |
protected String |
preHash |
protected Long |
timestamp |
protected String |
type |
protected Long |
version |
| 构造器和说明 |
|---|
TransHead() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
void |
check(boolean enableVerifySensitiveWorks) |
String |
getBlockHash() |
String |
getConnectionId() |
String |
getHash() |
Long |
getHeight() |
String |
getKey() |
String |
getPreHash() |
Long |
getTimestamp() |
String |
getType() |
Long |
getVersion() |
void |
setBlockHash(String blockHash) |
void |
setConnectionId(String connectionId) |
void |
setHash(String hash) |
void |
setHeight(Long height) |
void |
setKey(String key) |
void |
setPreHash(String preHash) |
void |
setTimestamp(Long timestamp) |
void |
setType(String type) |
void |
setVersion(Long version) |
String |
toJsonString() |
String |
toString() |
void |
upHash() |
protected Long timestamp
protected String preHash
protected String hash
protected String blockHash
protected String key
protected String type
protected String connectionId
protected Long version
protected Long height
public Long getVersion()
public void setVersion(Long version)
public Long getHeight()
public void setHeight(Long height)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getHash()
public void setHash(String hash)
public String getPreHash()
public void setPreHash(String preHash)
public String getBlockHash()
public void setBlockHash(String blockHash)
public String getKey()
public void setKey(String key)
public String getConnectionId()
public void setConnectionId(String connectionId)
public String getType()
public void setType(String type)
public String toJsonString()
public void upHash()
public void check()
public void check(boolean enableVerifySensitiveWorks)
Copyright © 2020. All Rights Reserved.