Crate lexe

Source
Expand description

Lexe Rust SDK.

Re-exports§

pub use anyhow;
pub use serde_json;
pub use tracing;

Modules§

config
Configuration options for a LexeWallet.
payments_db
Local payments database synced from the user node. Local payments db and payment sync
types
Reexported types needed by SDK consumers. All types exported here are considered part of the stable public API.
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.