1//! Contains utilities, structs and enum to interact with the Desmos x/posts module. 2 3#[cfg(not(target_arch = "wasm32"))] 4pub mod mocks; 5 6pub mod msg; 7pub mod querier; 8pub mod types;