Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(conn *grpc.ClientConn, chainParams *chaincfg.Params, spendHintCache chainntnfs.SpendHintCache, confirmHintCache chainntnfs.ConfirmHintCache) (*csnotify.ChainscanNotifier, error)
New returns a new DcrdNotifier instance. This function assumes the dcrd node detailed in the passed configuration is already running, and willing to accept new websockets clients.
Types ¶
type RemoteWalletChainSource ¶
type RemoteWalletChainSource struct { *csdrivers.RemoteWalletCSDriver // contains filtered or unexported fields }
func NewRemoteWalletChainSource ¶
func NewRemoteWalletChainSource(conn *grpc.ClientConn) *RemoteWalletChainSource
func (*RemoteWalletChainSource) GetBlockHash ¶
func (*RemoteWalletChainSource) GetBlockHeader ¶
func (s *RemoteWalletChainSource) GetBlockHeader(ctx context.Context, hash *chainhash.Hash) (*wire.BlockHeader, error)
func (*RemoteWalletChainSource) StoresReorgedHeaders ¶
func (s *RemoteWalletChainSource) StoresReorgedHeaders() bool
Click to show internal directories.
Click to hide internal directories.