Docs
Tutorials
Blog
Discord (opens new window)
GitHub (opens new window)
GitHub (opens new window)
Docs
Tutorials
Blog
Discord (opens new window)
GitHub (opens new window)
GitHub (opens new window)
  • Documentation

    • Introduction
    • Running a sample LDK node
    • Overview

      • Architecture
      • Peer Management
      • Persistent Storage
      • Blockchain Data
      • Wallet Management
      • Networking
      • Private Key Management
      • Transactions
      • Random Number Generation
    • Payments
    • Blockchain Data

    • Key Management
    • Examples
  • API Reference

    • Rust

      • lightning (opens new window)
      • lightning-background-processor (opens new window)
      • lightning-block-sync (opens new window)
      • lightning-invoice (opens new window)
      • lightning-net-tokio (opens new window)
      • lightning-persister (opens new window)
    • Swift (opens new window)

# Blockchain Data

LDK provides a simple block_connected/block_disconnected API which you pass block headers and transaction information to. LDK also provides an API for getting information about transactions it wishes to be informed of, which is compatible with Electrum server requests/neutrino filtering/etc.

Blockchain Data Guide (opens new window)

Sample module in Rust (opens new window)

Edit this page (opens new window)
Last Updated: 7/28/2022, 8:34:04 AM

← Persistent Storage Wallet Management →

Docs

Introduction
Sample LDK node
Architecture
Payments
Blockchain Data
Key Management
Examples

Community

GitHub (opens new window)
Twitter (opens new window)
Chat on Discord (opens new window)
LDK Calendar (opens new window)
LDK Review Club (opens new window)
Code of Conduct

More

Blog

Copyright © 2022 LDK Developers