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
extern crate ethcontract;

pub type IERC20 = crate::Address;
pub type Bytes32 = ethcontract::Bytes<[u8; 32]>;
pub type Web3 = ethcontract::Web3<ethcontract::web3::transports::Http>;