Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2018 Changes in this version type TemplateData + CoinLabel string v0.0.7 Oct 1, 2018 Changes in this version type PublicServer + func (s *PublicServer) ConnectFullPublicInterface() type TemplateData + Block *api.Block + Blocks *api.Blocks + Error *api.ApiError + Info *api.SystemInfo + InternalExplorer bool + NextPage int + Page int + PagingRange []int + PrevPage int v0.0.6 Sep 12, 2018 Changes in this version + type InternalServer struct + func NewInternalServer(httpServerBinding string, certFiles string, db *db.RocksDB, ...) (*InternalServer, error) + func (s *InternalServer) Close() error + func (s *InternalServer) Run() error + func (s *InternalServer) Shutdown(ctx context.Context) error + type PublicServer struct + func NewPublicServer(binding string, certFiles string, db *db.RocksDB, chain bchain.BlockChain, ...) (*PublicServer, error) + func (s *PublicServer) Close() error + func (s *PublicServer) OnNewBlock(hash string, height uint32) + func (s *PublicServer) OnNewTxAddr(txid string, addr string, isOutput bool) + func (s *PublicServer) Run() error + func (s *PublicServer) Shutdown(ctx context.Context) error + type SocketIoServer struct + func NewSocketIoServer(db *db.RocksDB, chain bchain.BlockChain, txCache *db.TxCache, ...) (*SocketIoServer, error) + func (s *SocketIoServer) GetHandler() http.Handler + func (s *SocketIoServer) OnNewBlockHash(hash string) + func (s *SocketIoServer) OnNewTxAddr(txid string, addr string, isOutput bool) + type TemplateData struct + AddrStr string + Address *api.Address + CoinName string + CoinShortcut string + Tx *api.Tx