feat: bolt12

This commit is contained in:
thesimplekid
2025-07-06 21:20:25 +01:00
parent 34e91dc924
commit ae6c107809
86 changed files with 6297 additions and 1934 deletions

View File

@@ -29,6 +29,9 @@ pub enum Error {
/// Duplicate entry
#[error("Duplicate entry")]
Duplicate,
/// Amount overflow
#[error("Amount overflow")]
AmountOverflow,
/// DHKE error
#[error(transparent)]