Skip to content

toUploadCanisterSnapshotDataKind

toUploadCanisterSnapshotDataKind(kind): { wasm_module: { offset: bigint; }; } | { wasm_memory: { offset: bigint; }; } | { stable_memory: { offset: bigint; }; } | { wasm_chunk: null; }

Defined in: packages/ic-management/src/types/snapshot.params.ts:143

UploadCanisterSnapshotDataKind

{ wasm_module: { offset: bigint; }; } | { wasm_memory: { offset: bigint; }; } | { stable_memory: { offset: bigint; }; } | { wasm_chunk: null; }