making application feature list current # 3

pull/353/head
saubyk 4 years ago
parent ea2e4769f3
commit 6b13d67151
No known key found for this signature in database
GPG Key ID: 00C9E2BC2E45666F

@ -19,8 +19,8 @@
- Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat - Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat
- Receive Funds, Generate Address (with QR Code) - Receive Funds, Generate Address (with QR Code)
- Send funds - Send funds
- Sweep all funds - Sweep all funds {LND only}
- List of on-chain transactions - List of on-chain transactions {LND only}
- Export transaction list to csv - Export transaction list to csv
### Lightning ### Lightning
@ -29,7 +29,7 @@
- Open channel - Open channel
- Close channel - Close channel
- Update channel fee policy - Update channel fee policy
- Circular Rebalance - Circular Rebalance {LND only}
- Open, Pending and Closed channel list - Open, Pending and Closed channel list
- Export all lists to csv - Export all lists to csv
@ -40,7 +40,7 @@
#### Routing #### Routing
- Forwarding history - Forwarding history
- Routing peers summary - Routing peers summary {LND only}
#### Graph Lookup #### Graph Lookup
- Lookup a node details with pubkey - Lookup a node details with pubkey
@ -49,13 +49,18 @@
#### Sign/Verify #### Sign/Verify
- Sign a message with node's private key and generate a signature - Sign a message with node's private key and generate a signature
- Verify the message with a signature to determine the pubkey of the node used to sign - Verify the message with a signature to determine the pubkey of the node used to sign
### Optional Features {LND only}
#### Loop
- Loop Out for gaining Inbound channel capacity
- Loop In for replenishing Outbound capacity
- Loop Out and In transactions list
#### Backup #### Backup {LND only}
- All channel backup and verify - All channel backup and verify
- Individual channel backup and verify - Individual channel backup and verify
- Folder location of the backup files - Folder location of the backup files
### Network ### Network {LND only}
- Network information from the graph - Network information from the graph
### Settings ### Settings

Loading…
Cancel
Save