nwc 0.45.0-alpha.1

Nostr Wallet Connect client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod get_balance;
mod get_info;
mod list_transactions;
mod lookup_invoice;
mod make_invoice;
mod pay_invoice;
mod pay_keysend;

pub use self::get_balance::*;
pub use self::get_info::*;
pub use self::list_transactions::*;
pub use self::lookup_invoice::*;
pub use self::make_invoice::*;
pub use self::pay_invoice::*;
pub use self::pay_keysend::*;