# Functions
NewAccHandler return an accounthandler to handler account request.
NewContractHandler return an contractHandler to handler account request.
NewNodeHandler new an nodehandler.
NewSet return an new set.
# Constants
No description provided by the author
# Structs
AccountHandler handle all account request.
AccountTbl represents an account list ordered by account balance.
BlockHandler handle all block request.
ChartHandler handle all chart request.
ContractHandler handle all contract request.
ContractTbl describle.
Lastblock.
NodeHandler handle all block request.
RetDetailAccountInfo describle the detail account info which send to the frontend.
RetDetailAccountTxInfo describle the tx info contained by the RetDetailAccountInfo.
RetDetailBlockInfo describle the block info in the block detail page which send to the frontend.
RetDetailTxInfo describle the transaction detail info in the transaction detail page which send to the frontend.
RetOneDayTxInfo describle the transaction info in the transaction history chart page which send to the frontend.
RetSimpleAccountHome.
RetSimpleAccountInfo describle the account info in the account list page which send to the frontend.
RetSimpleBlockInfo describle the block info in the block list which send to the frontend.
RetSimpledebtInfo describle the debt info in the debt detail page which send to the frontend.
RetSimpleTxInfo describle the transaction info in the transaction detail page which send to the frontend.
Set an simple set to help calc chart infomation.
walletgas.
# Interfaces
BlockInfoDB Warpper for access mongodb.
ChartInfoDB Warpper for access mongodb.
NodeInfoDB Warpper for access mongodb.