1 2 3 4 5 6 7 8
//! High-level convenience API for Taproot Assets. //! //! Re-export low-level crates and. #![cfg_attr(not(feature = "std"), no_std)] #[cfg(feature = "rpc")] pub use taproot_assets_rpc as rpc;