ic-canister-kit 1.3.3

An ic canister package
Documentation
1
2
3
4
/// 查询罐子的 candid
pub async fn canister_did(canister_id: crate::identity::CanisterId) -> super::types::CanisterCallResult<String> {
    super::call::call_canister::<_, String>(canister_id, "__get_candid_interface_tmp_hack", ()).await
}