UNPKG

@junobuild/admin

Version:

A library for interfacing with admin features of Juno

5 lines (4 loc) 230 B
import { type UpgradeCodeParams } from '../types/upgrade.types'; export declare const upgrade: ({ wasmModule, canisterId, actor, onProgress, takeSnapshot, ...rest }: UpgradeCodeParams & { reset?: boolean; }) => Promise<void>;