@junobuild/admin
Version:
A library for interfacing with admin features of Juno
6 lines (5 loc) • 315 B
TypeScript
import type { canister_install_mode } from '@dfinity/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: canister_install_mode;
export declare const INSTALL_MODE_UPGRADE: canister_install_mode;