Expand description
§Canfund Library
canfund is a library that provides a set of features for managing cycles of a canister.
Those features include:
- Monitoring of canister cycles.
- Adding cycles to a canister.
Re-exports§
pub use manager::FundManager;
Modules§
- The api module contains interfaces with services like the cycles minting canister.
- The fund manager that monitors and funds canister cycles based on the configuration.
- The operations module contains logic for funding relatied operations, eg. fetching and obtaining cycles.