@junobuild/admin
Version:
A library for interfacing with admin features of Juno
6 lines (5 loc) • 351 B
TypeScript
import type { IcManagementDid } from '@icp-sdk/canisters/ic-management';
export declare const SIMPLE_INSTALL_MAX_WASM_SIZE = 2000000;
export declare const INSTALL_MAX_CHUNK_SIZE = 1000000;
export declare const INSTALL_MODE_RESET: IcManagementDid.canister_install_mode;
export declare const INSTALL_MODE_UPGRADE: IcManagementDid.canister_install_mode;