1//! Dash Core SDK implementation. 2//! 3//! TODO: This is work in progress. 4#[cfg(feature = "mocks")] 5mod dash_core_client; 6mod transaction; 7#[cfg(feature = "mocks")] 8pub use dash_core_client::LowLevelDashCoreClient;