mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-03 23:15:24 +00:00
58 lines
1.3 KiB
Markdown
58 lines
1.3 KiB
Markdown
[Intro](../README.md) -- [Application Features](Application_features.md) -- [Road Map](Roadmap.md) -- **LND API Coverage** -- [Application Configurations](Application_configurations)
|
|
|
|
- [x] GenSeed
|
|
- [x] InitWallet
|
|
- [x] UnlockWallet
|
|
- [ ] ChangePassword
|
|
- [x] WalletBalance
|
|
- [x] ChannelBalance
|
|
- [x] GetTransactions
|
|
- [ ] EstimateFee
|
|
- [x] SendCoins
|
|
- [ ] ListUnspent
|
|
- [ ] SubscribeTransactions
|
|
- [ ] SendMany
|
|
- [x] NewAddress
|
|
- [x] SignMessage
|
|
- [x] VerifyMessage
|
|
- [x] ConnectPeer
|
|
- [x] DisconnectPeer
|
|
- [x] ListPeers
|
|
- [x] GetInfo
|
|
- [x] PendingChannels
|
|
- [x] ListChannels
|
|
- [ ] SubscribeChannelEvents
|
|
- [x] ClosedChannels
|
|
- [ ] OpenChannelSync
|
|
- [x] OpenChannel
|
|
- [x] CloseChannel
|
|
- [ ] AbandonChannel
|
|
- [x] SendPayment
|
|
- [ ] SendPaymentSync
|
|
- [ ] SendToRoute
|
|
- [ ] SendToRouteSync
|
|
- [x] AddInvoice
|
|
- [x] ListInvoices
|
|
- [ ] LookupInvoice
|
|
- [ ] SubscribeInvoices
|
|
- [x] DecodePayReq
|
|
- [x] ListPayments
|
|
- [ ] DeleteAllPayments
|
|
- [ ] DescribeGraph
|
|
- [x] GetChanInfo
|
|
- [x] GetNodeInfo
|
|
- [x] QueryRoutes
|
|
- [x] GetNetworkInfo
|
|
- [ ] StopDaemon
|
|
- [ ] SubscribeChannelGraph
|
|
- [ ] DebugLevel
|
|
- [x] FeeReport
|
|
- [x] UpdateChannelPolicy
|
|
- [x] ForwardingHistory
|
|
- [x] ExportChannelBackup
|
|
- [x] ExportAllChannelBackups
|
|
- [x] VerifyChanBackup
|
|
- [x] RestoreChannelBackups
|
|
- [ ] SubscribeChannelBackups
|
|
- [ ] Messages
|