Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The documentation for Canister<'agent, ManagementCanister> is too hard to find #59

Closed
luc-mercier opened this issue Oct 7, 2020 · 0 comments

Comments

@luc-mercier
Copy link

The documentation at https://agent-rust.netlify.app/ic_utils/interfaces/management_canister/struct.managementcanister show only 2 functions: create and set_agent.

But the "interesting" functions of the management canister are not directly inside ManagementCanister. Instead, there are in Canister<'agent, ManagementCanister>. For instance, this is where create_canister and install_code is.

I cannot find the documentation for those without looking at the code. Purely using the doc, I really could not understand how I can use the ManagementCanister interface.

We should make sure that the doc of ManagementCanister links to wherever the "real" doc of the interface is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants