balancer_sdk 0.1.6-alpha

A Rust SDK which provides commonly used utilties for interacting with Balancer Protocol V2
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Modules generated from json abis `src/abis`. You should not be interacting with these modules directly.
//! But they are in scope so you can view the generated API interfaces.
pub mod erc20;
pub mod liquidity_bootstrapping_pool;
pub mod managed_pool;
pub mod meta_stable_pool;
pub mod simple_test_contract;
pub mod stable_pool;
pub mod vault;
pub mod weighted_pool;
pub mod weighted_pool_2_tokens;