2019-04-14 00:02:29 +00:00
|
|
|
[Intro](../README.md) -- [Application Features](Application_features.md) -- [Road Map](Roadmap.md) -- **LND API Coverage** -- [Application Configurations](Application_configurations)
|
2019-01-08 02:10:44 +00:00
|
|
|
|
2019-05-27 19:01:28 +00:00
|
|
|
- [x] GenSeed
|
|
|
|
- [x] InitWallet
|
2019-01-08 01:04:52 +00:00
|
|
|
- [x] UnlockWallet
|
|
|
|
- [ ] ChangePassword
|
|
|
|
- [x] WalletBalance
|
|
|
|
- [x] ChannelBalance
|
2019-01-09 03:28:25 +00:00
|
|
|
- [x] GetTransactions
|
2019-04-15 10:18:58 +00:00
|
|
|
- [ ] EstimateFee
|
2019-01-08 01:04:52 +00:00
|
|
|
- [x] SendCoins
|
2019-04-15 10:18:58 +00:00
|
|
|
- [ ] ListUnspent
|
2019-01-08 01:04:52 +00:00
|
|
|
- [ ] SubscribeTransactions
|
|
|
|
- [ ] SendMany
|
|
|
|
- [x] NewAddress
|
2020-05-31 00:44:40 +00:00
|
|
|
- [x] SignMessage
|
|
|
|
- [x] VerifyMessage
|
2019-01-08 01:04:52 +00:00
|
|
|
- [x] ConnectPeer
|
|
|
|
- [x] DisconnectPeer
|
|
|
|
- [x] ListPeers
|
|
|
|
- [x] GetInfo
|
|
|
|
- [x] PendingChannels
|
|
|
|
- [x] ListChannels
|
2019-04-15 10:18:58 +00:00
|
|
|
- [ ] SubscribeChannelEvents
|
2019-01-08 03:30:42 +00:00
|
|
|
- [x] ClosedChannels
|
2019-01-08 01:04:52 +00: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 13:01:16 +00:00
|
|
|
- [x] GetChanInfo
|
2019-01-10 00:01:59 +00:00
|
|
|
- [x] GetNodeInfo
|
2019-10-10 00:53:26 +00:00
|
|
|
- [x] QueryRoutes
|
2019-01-08 01:04:52 +00:00
|
|
|
- [x] GetNetworkInfo
|
|
|
|
- [ ] StopDaemon
|
|
|
|
- [ ] SubscribeChannelGraph
|
|
|
|
- [ ] DebugLevel
|
|
|
|
- [x] FeeReport
|
2019-01-20 01:20:53 +00:00
|
|
|
- [x] UpdateChannelPolicy
|
2019-01-28 02:50:42 +00:00
|
|
|
- [x] ForwardingHistory
|
2019-06-19 01:43:28 +00:00
|
|
|
- [x] ExportChannelBackup
|
|
|
|
- [x] ExportAllChannelBackups
|
|
|
|
- [x] VerifyChanBackup
|
2019-10-10 00:53:26 +00:00
|
|
|
- [x] RestoreChannelBackups
|
2019-04-15 10:18:58 +00:00
|
|
|
- [ ] SubscribeChannelBackups
|
|
|
|
- [ ] Messages
|