mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-03 06:04:24 +01:00
8 lines
109 B
Go
8 lines
109 B
Go
package main
|
|
|
|
type HtlcInterceptor interface {
|
|
Start() error
|
|
Stop() error
|
|
WaitStarted() LightningClient
|
|
}
|