mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
This commit introduces a new method to channeldb: ‘FetchAllChannels’. This method can be used to obtain the state of all active (currently open) channels within the database. This method can be used for compute basic channel-based metrics or exposed as an RPC in order to allow clients to display/query channel data. |
||
|---|---|---|
| .. | ||
| channel.go | ||
| channel_test.go | ||
| db.go | ||
| db_test.go | ||
| doc.go | ||
| error.go | ||
| fees.go | ||
| invoice_test.go | ||
| invoices.go | ||
| log.go | ||
| nodes.go | ||
| nodes_test.go | ||
| route.go | ||