Versions in this module Expand all Collapse all v1 v1.2.0-rc1 Apr 3, 2018 v1.1.0 Sep 22, 2017 Changes in this version + func DisableLog() + func UseLogger(logger btclog.Logger) + type BlockConnected struct + BlockHeader []byte + Transactions [][]byte + type BlockDisconnected struct + BlockHeader []byte + type ClientConnected struct + type MissedTickets struct + BlockHash *chainhash.Hash + BlockHeight int64 + Tickets []*chainhash.Hash + type RPCClient struct + func NewRPCClient(chainParams *chaincfg.Params, connect, user, pass string, certs []byte, ...) (*RPCClient, error) + func (c *RPCClient) Notifications() <-chan interface{} + func (c *RPCClient) NotificationsVoting() <-chan interface{} + func (c *RPCClient) POSTClient() (*dcrrpcclient.Client, error) + func (c *RPCClient) Start() (err error) + func (c *RPCClient) Stop() + func (c *RPCClient) WaitForShutdown() + type RelevantTxAccepted struct + Transaction []byte + type Reorganization struct + NewHash *chainhash.Hash + NewHeight int64 + OldHash *chainhash.Hash + OldHeight int64 + type StakeDifficulty struct + BlockHash *chainhash.Hash + BlockHeight int64 + StakeDiff int64 + type WinningTickets struct + BlockHash *chainhash.Hash + BlockHeight int64 + Tickets []*chainhash.Hash