You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The documentation at https://agent-rust.netlify.app/ic_utils/interfaces/management_canister/struct.managementcanister show only 2 functions:
create
andset_agent
.But the "interesting" functions of the management canister are not directly inside
ManagementCanister
. Instead, there are inCanister<'agent, ManagementCanister>
. For instance, this is wherecreate_canister
andinstall_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.The text was updated successfully, but these errors were encountered: