@dfinity/ic-management
Version:
A library for interfacing with the IC management canister.
7 lines (6 loc) • 533 B
TypeScript
export type { canister_install_mode, canister_log_record, canister_status_result, chunk_hash, definite_canister_settings, fetch_canister_logs_result, list_canister_snapshots_result, log_visibility, snapshot, snapshot_id, take_canister_snapshot_result, } from "../candid/ic-management";
export { ICManagementCanister } from "./ic-management.canister";
export * from "./types/canister.options";
export * from "./types/ic-management.params";
export * from "./types/ic-management.responses";
export * from "./utils/ic-management.utils";