mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-10-31 09:20:27 +00:00
49 lines
1.0 KiB
Markdown
49 lines
1.0 KiB
Markdown
[Intro](README.md) -- [Application Features](Application_features.md) -- [Road Map](Roadmap.md) -- **LND API Coverage**
|
|
|
|
- [ ] GenSeed
|
|
- [ ] InitWallet
|
|
- [x] UnlockWallet
|
|
- [ ] ChangePassword
|
|
- [x] WalletBalance
|
|
- [x] ChannelBalance
|
|
- [x] GetTransactions
|
|
- [x] SendCoins
|
|
- [ ] SubscribeTransactions
|
|
- [ ] SendMany
|
|
- [x] NewAddress
|
|
- [ ] SignMessage
|
|
- [ ] VerifyMessage
|
|
- [x] ConnectPeer
|
|
- [x] DisconnectPeer
|
|
- [x] ListPeers
|
|
- [x] GetInfo
|
|
- [x] PendingChannels
|
|
- [x] ListChannels
|
|
- [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
|
|
- [ ] GetChanInfo
|
|
- [x] GetNodeInfo
|
|
- [ ] QueryRoutes
|
|
- [x] GetNetworkInfo
|
|
- [ ] StopDaemon
|
|
- [ ] SubscribeChannelGraph
|
|
- [ ] DebugLevel
|
|
- [x] FeeReport
|
|
- [ ] UpdateChannelPolicy
|
|
- [ ] ForwardingHistory
|