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
Parameters
Section titled “Parameters”UploadCanisterSnapshotDataKind
Returns
Section titled “Returns”{ wasm_module: { offset: bigint; }; } | { wasm_memory: { offset: bigint; }; } | { stable_memory: { offset: bigint; }; } | { wasm_chunk: null; }