Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeySize = fmt.Errorf("wrong key length")
View Source
var ErrTxOutNotFound = fmt.Errorf("tx out not found")
Functions ¶
func DisableLog ¶
func DisableLog()
DisableLog disables all library log output. Logging output is disabled by default until either UseLogger or SetLogWriter are called.
Types ¶
type BalanceCalc ¶
type BalanceCalc struct {
// contains filtered or unexported fields
}
func (*BalanceCalc) Calc ¶
func (bc *BalanceCalc) Calc() error
type Explorer ¶
type Explorer struct {
// contains filtered or unexported fields
}
func NewExplorer ¶
func NewExplorer( chain *blockchain.BlockChain, chainParams *chaincfg.Params, txoutDB txout.DB, db DB, config *Config) *Explorer
func (*Explorer) WaitForShutdown ¶
func (e *Explorer) WaitForShutdown()
Click to show internal directories.
Click to hide internal directories.