Ride-The-Lightning-RTL/.github/docs/LND_API_coverage.md

58 lines
1.3 KiB
Markdown
Raw Normal View History

2021-12-29 18:08:41 -05:00
[Intro](../README.md) -- [Application Features](Application_features.md) -- [Road Map](Roadmap.md) -- **LND API Coverage** -- [Application Configurations](Application_configurations.md)
2019-01-07 21:10:44 -05:00
2019-05-27 15:01:28 -04:00
- [x] GenSeed
- [x] InitWallet
2019-01-07 20:04:52 -05:00
- [x] UnlockWallet
- [ ] ChangePassword
- [x] WalletBalance
- [x] ChannelBalance
2019-01-08 22:28:25 -05:00
- [x] GetTransactions
- [ ] EstimateFee
2019-01-07 20:04:52 -05:00
- [x] SendCoins
- [ ] ListUnspent
2019-01-07 20:04:52 -05:00
- [ ] SubscribeTransactions
- [ ] SendMany
- [x] NewAddress
2020-05-30 20:44:40 -04:00
- [x] SignMessage
- [x] VerifyMessage
2019-01-07 20:04:52 -05:00
- [x] ConnectPeer
- [x] DisconnectPeer
- [x] ListPeers
- [x] GetInfo
- [x] PendingChannels
- [x] ListChannels
- [ ] SubscribeChannelEvents
2019-01-07 22:30:42 -05:00
- [x] ClosedChannels
2019-01-07 20:04:52 -05:00
- [ ] OpenChannelSync
- [x] OpenChannel
- [x] CloseChannel
- [ ] AbandonChannel
- [x] SendPayment
- [ ] SendPaymentSync
- [ ] SendToRoute
- [ ] SendToRouteSync
- [x] AddInvoice
- [x] ListInvoices
- [ ] LookupInvoice
- [ ] SubscribeInvoices
- [x] DecodePayReq
- [x] ListPayments
- [ ] DeleteAllPayments
- [ ] DescribeGraph
2019-01-13 08:01:16 -05:00
- [x] GetChanInfo
2019-01-09 19:01:59 -05:00
- [x] GetNodeInfo
2019-10-09 20:53:26 -04:00
- [x] QueryRoutes
2019-01-07 20:04:52 -05:00
- [x] GetNetworkInfo
- [ ] StopDaemon
- [ ] SubscribeChannelGraph
- [ ] DebugLevel
- [x] FeeReport
2019-01-19 20:20:53 -05:00
- [x] UpdateChannelPolicy
2019-01-27 21:50:42 -05:00
- [x] ForwardingHistory
2019-06-18 21:43:28 -04:00
- [x] ExportChannelBackup
- [x] ExportAllChannelBackups
- [x] VerifyChanBackup
2019-10-09 20:53:26 -04:00
- [x] RestoreChannelBackups
- [ ] SubscribeChannelBackups
- [ ] Messages