chainntnfs

package
v0.0.0-...-ae0a28a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainNotifier

type ChainNotifier interface {
	RegisterConfirmationsNotification(txid *wire.ShaHash, numConfs uint32, trigger *NotificationTrigger) error
	RegisterSpendNotification(outpoint *wire.OutPoint, trigger *NotificationTrigger) error

	Start() error
	Stop() error
}

ChainNotifier ...

type NotificationTrigger

type NotificationTrigger struct {
	TriggerChan chan struct{}
	Callback    func()
}

NotificationTrigger ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL