Overview of the chainntnfs package
masterThe chainntnfs package provides interfaces for receiving notifications triggered by specific on-chain events. It is designed to be general-purpose and can be used outside of lnd workflows.
Supported notification types include:
- New blocks connected to the current best chain.
- A specific
txidreaching a defined number of confirmations. - A target outpoint (
txid:index) being spent.