bolt-cw-sdk 1.0.0

SDK for the BOLT protocol, providing utilities for interacting with the BOLT contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod client;
pub mod error;

// Admin Client
pub mod add_asset_pairs;
pub mod chain_id;
pub mod post_prices;
pub mod remove_asset_pairs;
pub mod update_config;

// Public/Query Client
pub mod asset_pairs;
pub mod get_price;
pub mod get_prices;