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