chaintfns: skeleton of first notifier
This commit is contained in:
parent
d9f32db185
commit
e2c4ccbe28
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
|
// * direct p2p
|
||||||
// * random bitcoin API?
|
// * random bitcoin API?
|
||||||
// * electrum?
|
// * electrum?
|
||||||
|
// * SPV bloomfilter
|
||||||
// * other stuff maybe...
|
// * other stuff maybe...
|
||||||
type ChainNotifier interface {
|
type ChainNotifier interface {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user