balancer_sdk 0.1.16-alpha

A Rust SDK which provides commonly used utilties for interacting with Balancer Protocol V2
Documentation
1
2
3
4
5
6
7
// HELPERS
// Simple fancy printing for the console
pub fn print_start_new_example(name: &str) {
    println!("----------------------------------------");
    println!("Example {}: ", &name);
    println!();
}