cw83/
lib.rs

1
2
3
4
5
6
mod msg;
mod registry;

pub use cw83_derive::{registry_execute, registry_query};
pub use registry::{Cw83RegistryBase, INTERFACE_NAME, CREATE_ACCOUNT_REPLY_ID};
pub use msg::{Cw83ExecuteMsg, Cw83QueryMsg, CreateAccountMsg, AccountInfoResponse, AccountQuery};