lightning-invoice

Crates.iolightning-invoice
lib.rslightning-invoice
version0.31.0
sourcesrc
created_at2018-12-14 00:59:12.372721
updated_at2024-05-09 00:23:32.256382
descriptionData structures to parse and serialize BOLT11 lightning invoices
homepage
repositoryhttps://github.com/lightningdevkit/rust-lightning/
max_upload_size
id101821
size262,210
Matt Corallo (TheBlueMatt)

documentation

https://docs.rs/lightning-invoice/

README

lightning-invoice

Docs.rs

This repo provides data structures for BOLT 11 lightning invoices and functions to parse and serialize these from and to bech32.

Please be sure to run the test suite since we need to check assumptions regarding SystemTime's bounds on your platform. You can also call check_platform on startup or in your test suite to do so.

Commit count: 7168

cargo fmt