canfund 0.8.5

This Rust library provides a simple interface to monitor and add cycles to canisters on the Internet Computer.
Documentation
1
2
3
4
//! The operations module contains logic for funding relatied operations, eg. fetching and obtaining cycles.

pub mod fetch;
pub mod obtain;