Function ic_cdk::api::management_canister::main::canister_info

source ยท
pub async fn canister_info(
    arg: CanisterInfoRequest
) -> CallResult<(CanisterInfoResponse,)>
Expand description

Get public information about the canister.

See IC method canister_info.