Module lightning::chain[][src]

Module provides structs and traits which allow other parts of rust-lightning to interact with the blockchain.

Modules

chaininterface

Traits and utility impls which allow other parts of rust-lightning to interact with the blockchain - receiving notifications of new blocks and block disconnections and allowing rust-lightning to request that you monitor the chain for certain outpoints/transactions.

transaction

Contains simple structs describing parts of transactions on the chain.