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.