vortex-common

Crates.iovortex-common
lib.rsvortex-common
version0.3.1
sourcesrc
created_at2022-08-10 23:34:35.352134
updated_at2023-01-18 23:41:57.262518
descriptionInterface messages and data struct of Vortex protocol contracts
homepage
repository
max_upload_size
id642954
size32,561
sei-core (github:sei-protocol:sei-core)

documentation

README

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:

[dependencies]
vortex-common = { version = "0.3.1" }

Functionality and Usages

This section is pending to be added.

Commit count: 0

cargo fmt