up
This commit is contained in:
parent
ed6036ce1e
commit
e75f13db13
1 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,12 @@ export default (mainHandler: Main): Types.ServerMethods => {
|
||||||
if (err != null) throw new Error(err.message)
|
if (err != null) throw new Error(err.message)
|
||||||
return mainHandler.adminManager.CloseChannel(req)
|
return mainHandler.adminManager.CloseChannel(req)
|
||||||
},
|
},
|
||||||
|
GetProvidersDisruption: async () => {
|
||||||
|
return mainHandler.metricsManager.GetProvidersDisruption()
|
||||||
|
},
|
||||||
|
PingSubProcesses: async () => {
|
||||||
|
await mainHandler.pingSubProcesses()
|
||||||
|
},
|
||||||
EncryptionExchange: async () => { },
|
EncryptionExchange: async () => { },
|
||||||
Health: async () => { await mainHandler.lnd.Health() },
|
Health: async () => { await mainHandler.lnd.Health() },
|
||||||
LndGetInfo: async ({ ctx }) => {
|
LndGetInfo: async ({ ctx }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue