1pub mod contract; 2mod error; 3pub mod msg; 4pub mod state; 5 6#[cfg(target_arch = "wasm32")] 7cosmwasm_std::create_entry_points!(contract);