Versions in this module Expand all Collapse all v0 v0.1.0 Jul 12, 2018 Changes in this version + func DisableLog() + func New(dataSource explorerDataSourceLite, primaryDataSource explorerDataSource, ...) *explorerUI + func UseLogger(logger btclog.Logger) + type AddressBalance struct + Address string + NumSpent int64 + NumUnspent int64 + TotalSpent int64 + TotalUnspent int64 + type AddressInfo struct + Address string + Balance *AddressBalance + KnownFundingTxns int64 + Limit int64 + NumFundingTxns int64 + NumSpendingTxns int64 + NumUnconfirmed int64 + Offset int64 + Path string + TotalReceived hcutil.Amount + TotalSent hcutil.Amount + Transactions []*AddressTx + Unspent hcutil.Amount + func ReduceAddressHistory(addrHist []*dbtypes.AddressRow) *AddressInfo + type AddressTx struct + Confirmations uint64 + FormattedSize string + FormattedTime string + RecievedTotal float64 + SentTotal float64 + Time int64 + Total float64 + TxID string + type BlockBasic struct + BlockTime int64 + FormattedBytes string + FormattedTime string + FreshStake uint8 + Height int64 + Revocations uint32 + Size int32 + Transactions int + Valid bool + Voters uint16 + type BlockInfo struct + Bits string + Confirmations int64 + Difficulty float64 + ExtraData string + FinalState string + Hash string + MerkleRoot string + MiningFee hcutil.Amount + NextHash string + Nonce uint32 + PoolSize uint32 + PreviousHash string + Revs []*TxBasic + SBits float64 + StakeRoot string + StakeValidationHeight int64 + StakeVersion uint32 + Tickets []*TxBasic + TotalSent float64 + Tx []*TxBasic + Version int32 + VoteBits uint16 + Votes []*TxBasic + type BlockValidation struct + Hash string + Height int64 + Validity bool + type TxBasic struct + Coinbase bool + Fee hcutil.Amount + FeeRate hcutil.Amount + FormattedSize string + Total float64 + TxID string + VoteInfo *VoteInfo + type TxInID struct + Hash string + Index uint32 + type TxInfo struct + BlockHeight int64 + BlockIndex uint32 + Confirmations int64 + FormattedTime string + Mature string + SpendingTxns []TxInID + TicketMaturity int64 + Time int64 + Type string + Vin []Vin + VoteFundsLocked string + Vout []Vout + type Vin struct + Addresses []string + FormattedAmount string + type VoteInfo struct + Bits uint16 + Choices []*txhelpers.VoteChoice + Validation BlockValidation + Version uint32 + type Vout struct + Addresses []string + Amount float64 + FormattedAmount string + OP_RETURN string + Spent bool + Type string + type WebSocketMessage struct + EventId string + Message string + type WebsocketBlock struct + Block BlockBasic + type WebsocketHub struct + HubRelay chan hubSignal + NewBlockSummary chan BlockBasic + Register chan *hubSpoke + Unregister chan *hubSpoke + func NewWebsocketHub() *WebsocketHub + func (wsh *WebsocketHub) NumClients() int + func (wsh *WebsocketHub) RegisterClient(c *hubSpoke) + func (wsh *WebsocketHub) Stop() + func (wsh *WebsocketHub) UnregisterClient(c *hubSpoke)