mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-20 14:04:23 +01:00
chaintfns: skeleton of first notifier
This commit is contained in:
8
chainntfs/btcd.go
Normal file
8
chainntfs/btcd.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package chainntnfs
|
||||
|
||||
type BtcdNotifier struct {
|
||||
}
|
||||
|
||||
func newBtcdNotifier() (*BtcdNotifier, error) {
|
||||
return nil, nil
|
||||
}
|
||||
@@ -7,6 +7,7 @@ package chainntnfs
|
||||
// * direct p2p
|
||||
// * random bitcoin API?
|
||||
// * electrum?
|
||||
// * SPV bloomfilter
|
||||
// * other stuff maybe...
|
||||
type ChainNotifier interface {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user