ic_cdk::api::management_canister::main

Function 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.