1// SPDX-License-Identifier: CC0-1.0 2 3mod c_env; 4mod environment; 5#[cfg(test)] 6mod tests; 7 8pub use environment::{ElementsEnv, ElementsUtxo};