#struct #data #contracts #interface #messages #protocols #vortex

vortex-common

Interface messages and data struct of Vortex protocol contracts

15 releases

0.3.1 Jan 18, 2023
0.3.0 Jan 18, 2023
0.2.2 Oct 18, 2022
0.1.9 Sep 15, 2022
0.1.8 Aug 18, 2022

#113 in #contracts

Apache-2.0

33KB
893 lines

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.

Dependencies

~4–5.5MB
~122K SLoC