mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
14 lines
291 B
Go
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 {
|
|
}
|