Module lightning::routing::utxo

source ·
Expand description

This module contains traits for LDK to access UTXOs to check gossip data is correct.

When lightning nodes gossip channel information, they resist DoS attacks by checking that each channel matches a UTXO on-chain, requiring at least some marginal on-chain transacting in order to announce a channel. This module handles that checking.

Structs§

Enums§

Traits§

  • The UtxoLookup trait defines behavior for accessing on-chain UTXOs.