This crate provides Vortex specific msgs and data struct for cosmwasm contract to be able to interact with the Vortex contracts.
Add the vortex-common dependency to your smart contract's `Cargo.toml` file:
```toml
[dependencies]
vortex-common = { version = "0.1.2" }
```
This section is pending to be added.