lnd.xprv/chainntfs/chainntfs.go
2015-12-16 22:55:22 -06:00

14 lines
291 B
Go

package chainntnfs
// TODO(roasbeef): finish
// * multiple backends for interface
// * btcd - websockets
// * core - rpc polling or ZeroMQ
// * direct p2p
// * random bitcoin API?
// * electrum?
// * SPV bloomfilter
// * other stuff maybe...
type ChainNotifier interface {
}