# Functions
AccountGet get account of the address on the chain.
AdminInfoGet get admin info.
AdminsGet get admin list.
BlockInfoGet get block info.
BlockMinePost mine.
ChainNew new chain.
ChainsGet get chains list.
CryptoCheck Crypto:check the sign.
CryptoSign crypto:sign message.
DataExist return 200OK when exist the key.
DataGet read data.
DataNextKeyGet get next key.
DataPost post data.
EventPost mine.
HashPowerGet get hashpower info.
Index api for test.
Logger print log.
MiningBlockGet get block for mining.
NewRouter 创建http路由.
NodeAddressGet get self node address.
NodePost add new node.
NodesGet get nodes.
TimeGet get the node time(Unix).
TransactionAdminPost register admin candidate.
TransactionAppInfoGet get app info.
TransactionAppLifePost update app life.
TransactionInfoGet get transaction info.
TransactionMinerPost register miner.
TransactionMovePost move cost to other chain.
TransactionNew new transaction.
TransactionNewAppPost new app.
TransactionRunAppPost run app.
TransactionTransferPost transfer.
TrustedBlockGet get the trusted blocks.
VersionGet get software version.
VoteInfoGet get vote info.
VoteRewardGet get vote info.
WSBlockForMining ws.
# Structs
Account account.
Admin admin.
AdminInfo admin info.
AppLife app life.
ChainNewInfo info of new chain.
CryptoInfo crypto info.
DataInfo data info.
DataNextKey the next key of data.
EventInfo event.
Miner miner info.
NewApp new app.
NodeInfo node info.
RespOfNewTrans the response of New Transaction.
Route route item.
RunApp run app.
TransferInfo transfer info.
TransInfo transaction info.
TransMoveInfo move info.
VersionInfo version info.
VoteInfo vote info.
VoteReward vote reward.
WSRoute websocket route item.