rust-lightning/lightning/src/chain
Matt Corallo f52f777c97 Use the new load_outputs_to_watch util in ChainMonitor
This is slightly more effecient as it avoids a clone, but its also
nice to use our own code more.
2021-03-08 11:45:32 -05:00
..
chaininterface.rs Replace WatchEvent usage with get_outputs_to_watch 2020-09-30 22:41:23 -07:00
chainmonitor.rs Use the new load_outputs_to_watch util in ChainMonitor 2021-03-08 11:45:32 -05:00
channelmonitor.rs Make get_outputs_to_watch return a Vec instead of a HashMap 2021-03-08 11:45:32 -05:00
keysinterface.rs Fix doc typo introduced in the ChannelKeys->Sign renaming 2021-02-28 19:44:45 -05:00
mod.rs Utility for syncing a set of chain listeners 2021-02-26 00:54:43 -06:00
transaction.rs Define type alias for enumerated transaction data 2020-09-30 22:41:52 -07:00