vortex-common 0.1.5

Interface messages and data struct of Vortex protocol contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Vortex Commond for Cosmwasm Contracts

This crate provides Vortex specific msgs and data struct for cosmwasm contract to be able to interact with the Vortex contracts.

## Installation

Add the latest vortex-common version to your smart contract's `Cargo.toml` file:

```toml
[dependencies]
vortex-common = { version = "0.1.5" }
```

## Functionality and Usages

This section is pending to be added.