feat: mintd axum server

feat: deafult NUT-04 and NUT-05 settings to enable bolt11 sats
This commit is contained in:
thesimplekid
2024-06-10 23:26:08 +01:00
parent 16aeec92c7
commit 6a315fc3b9
49 changed files with 1772 additions and 246 deletions

View File

@@ -14,6 +14,9 @@ pub enum Error {
/// Wallet Error
#[error(transparent)]
CDKWallet(#[from] cdk::wallet::error::Error),
/// NUT00 Error
#[error(transparent)]
CDKNUT00(#[from] cdk::nuts::nut00::Error),
/// NUT01 Error
#[error(transparent)]
CDKNUT01(#[from] cdk::nuts::nut01::Error),