mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
Create LND API coverage file
This commit is contained in:
parent
2418a52cd3
commit
9303c4be39
1 changed files with 46 additions and 0 deletions
46
LNDAPICoverage.md
Normal file
46
LNDAPICoverage.md
Normal file
|
@ -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…
Add table
Reference in a new issue