Skip to content

v0.3.0

Choose a tag to compare

@realbub realbub released this 27 Feb 14:57
· 5 commits to main since this release

What's new

  • Payment watch: payments.watch() SSE stream for real-time payment events (settled/failed) — both sync and async
  • Unauthenticated invoice creation: invoices.create_for_wallet() and invoices.create_for_address() — no API key required
  • LNURL support: payments.create() now accepts LNURL targets alongside Lightning addresses and BOLT11 invoices
  • New types: PaymentEvent, AddressInvoiceResponse