Skip to main content

Crate lexe

Crate lexe 

Source
Expand description

§Lexe Rust SDK

crates.io crates.io - MSRV docs.rs CI MIT Discord

The Lexe Rust SDK is the most powerful way for developers to control self-custodial, always-online Lexe Lightning nodes.

cargo add lexe

Re-exports§

pub use anyhow;
pub use bip39;
pub use bitcoin;
pub use lightning;
pub use semver;
pub use serde_json;
pub use tracing;

Modules§

config
Configuration options for a LexeWallet.
types
Types used by the Lexe SDK. Types used by the Lexe SDK.
util
General-purpose utilities and re-exports.
wallet
LexeWallet: the top-level handle to a Lexe wallet.

Functions§

default_lexe_data_dir
Returns the default Lexe data directory (~/.lexe). Returns the default Lexe data directory (~/.lexe).
init_logger
Initialize the Lexe logger with the given default log level.