Crates.io | vortex-common |
lib.rs | vortex-common |
version | 0.3.1 |
source | src |
created_at | 2022-08-10 23:34:35.352134 |
updated_at | 2023-01-18 23:41:57.262518 |
description | Interface messages and data struct of Vortex protocol contracts |
homepage | |
repository | |
max_upload_size | |
id | 642954 |
size | 32,561 |
This crate provides Vortex specific msgs and data struct for cosmwasm contract to be able to interact with the Vortex contracts.
Add the latest vortex-common version to your smart contract's Cargo.toml
file:
[dependencies]
vortex-common = { version = "0.3.1" }
This section is pending to be added.