Create LND API coverage file

pull/47/head
saubyk 5 years ago committed by GitHub
parent 2418a52cd3
commit 9303c4be39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,46 @@
- [ ] GenSeed
- [ ] InitWallet
- [x] UnlockWallet
- [ ] ChangePassword
- [x] WalletBalance
- [x] ChannelBalance
- [ ] GetTransactions
- [x] SendCoins
- [ ] SubscribeTransactions
- [ ] SendMany
- [x] NewAddress
- [ ] SignMessage
- [ ] VerifyMessage
- [x] ConnectPeer
- [x] DisconnectPeer
- [x] ListPeers
- [x] GetInfo
- [x] PendingChannels
- [x] ListChannels
- [ ] ClosedChannels
- [ ] OpenChannelSync
- [x] OpenChannel
- [x] CloseChannel
- [ ] AbandonChannel
- [x] SendPayment
- [ ] SendPaymentSync
- [ ] SendToRoute
- [ ] SendToRouteSync
- [x] AddInvoice
- [x] ListInvoices
- [ ] LookupInvoice
- [ ] SubscribeInvoices
- [x] DecodePayReq
- [x] ListPayments
- [ ] DeleteAllPayments
- [ ] DescribeGraph
- [ ] GetChanInfo
- [ ] GetNodeInfo
- [ ] QueryRoutes
- [x] GetNetworkInfo
- [ ] StopDaemon
- [ ] SubscribeChannelGraph
- [ ] DebugLevel
- [x] FeeReport
- [ ] UpdateChannelPolicy
- [ ] ForwardingHistory
Loading…
Cancel
Save