price-feeds 0.1.0

Package for interacting with yggdrasil data feeds
Documentation
1
2
3
4
5
6
7
pub mod contract;
pub mod msg;
pub mod state;
pub mod error;


pub use crate::msg::ExecMsg::{RequestPriceFeed , RequestPriceFeeds}  ;