public class ChainstatusDto extends Object
| 构造器和说明 |
|---|
ChainstatusDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBestChainHash() |
long |
getBestChainHeight() |
HashMap<String,Long> |
getBranches() |
String |
getChainId() |
String |
getGenesisBlockHash() |
String |
getGenesisContractAddress() |
String |
getLastIrreversibleBlockHash() |
long |
getLastIrreversibleBlockHeight() |
String |
getLongestChainHash() |
long |
getLongestChainHeight() |
HashMap<String,String> |
getNotLinkedBlocks() |
void |
setBestChainHash(String bestChainHash) |
void |
setBestChainHeight(long bestChainHeight) |
void |
setBranches(HashMap<String,Long> branches) |
void |
setChainId(String chainId) |
void |
setGenesisBlockHash(String genesisBlockHash) |
void |
setGenesisContractAddress(String genesisContractAddress) |
void |
setLastIrreversibleBlockHash(String lastIrreversibleBlockHash) |
void |
setLastIrreversibleBlockHeight(long lastIrreversibleBlockHeight) |
void |
setLongestChainHash(String longestChainHash) |
void |
setLongestChainHeight(long longestChainHeight) |
void |
setNotLinkedBlocks(HashMap<String,String> notLinkedBlocks) |
public String getChainId()
public void setChainId(String chainId)
public long getLongestChainHeight()
public void setLongestChainHeight(long longestChainHeight)
public String getLongestChainHash()
public void setLongestChainHash(String longestChainHash)
public String getGenesisBlockHash()
public void setGenesisBlockHash(String genesisBlockHash)
public String getGenesisContractAddress()
public void setGenesisContractAddress(String genesisContractAddress)
public String getLastIrreversibleBlockHash()
public void setLastIrreversibleBlockHash(String lastIrreversibleBlockHash)
public long getLastIrreversibleBlockHeight()
public void setLastIrreversibleBlockHeight(long lastIrreversibleBlockHeight)
public String getBestChainHash()
public void setBestChainHash(String bestChainHash)
public long getBestChainHeight()
public void setBestChainHeight(long bestChainHeight)
Copyright © 2020. All rights reserved.