ic-canister-kit 1.1.0

An ic canister package
Documentation
1
2
3
4
5
6
7
/// 查询罐子的 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
}