Replacing ln-service library and wait for graph sync.
This commit is contained in:
@@ -3,5 +3,5 @@ import { ILightningApi } from './lightning-api.interface';
|
||||
export interface AbstractLightningApi {
|
||||
$getNetworkInfo(): Promise<ILightningApi.NetworkInfo>;
|
||||
$getNetworkGraph(): Promise<ILightningApi.NetworkGraph>;
|
||||
$getChanInfo(id: string): Promise<ILightningApi.Channel>;
|
||||
$getInfo(): Promise<ILightningApi.Info>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user