Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion crates/tools/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//! OrbitChain Tools — CLI and library for Soroban contract management.
//!
//! Provides modules for environment configuration, secure key management,
//! transaction signing, asset issuing, and campaign payment processing.
//! transaction signing, asset issuing, campaign payment processing, and
//! durable off-chain withdrawal audit logging.

pub mod key_manager;
pub mod encrypted_vault;
Expand All @@ -11,3 +12,4 @@ pub mod asset_issuing;
pub mod keypair_manager;
pub mod signing_request;
pub mod response_handler;
pub mod withdrawal_audit;
Loading
Loading