Skip to content

Commit 3724c36

Browse files
rebuilt core
1 parent 5cacfb4 commit 3724c36

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
78 Bytes
Binary file not shown.

src/core/libs/lucid_core/pkg/lucid_core_bg.wasm.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ export const utils_applyParamsToScript: (a: number, b: number, c: number, d: num
5757
export const utils_encodeBech32: (a: number, b: number, c: number, d: number) => [number, number, number, number];
5858
export const utils_applySingleCborEncoding: (a: number, b: number) => [number, number, number, number];
5959
export const utils_applyDoubleCborEncoding: (a: number, b: number) => [number, number, number, number];
60-
export const __wbg_utils_free: (a: number, b: number) => void;
6160
export const __wbg_crypto_free: (a: number, b: number) => void;
62-
export const __wbg_hasher_free: (a: number, b: number) => void;
6361
export const __wbg_codec_free: (a: number, b: number) => void;
62+
export const __wbg_utils_free: (a: number, b: number) => void;
63+
export const __wbg_hasher_free: (a: number, b: number) => void;
6464
export const __wbindgen_malloc: (a: number, b: number) => number;
6565
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
6666
export const __wbindgen_exn_store: (a: number) => void;
-322 Bytes
Binary file not shown.

src/core/libs/message_signing/pkg/message_signing_bg.wasm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ export const labels_new: () => number;
240240
export const cosesignatures_new: () => number;
241241
export const __wbg_countersignature_free: (a: number, b: number) => void;
242242
export const countersignature_signatures: (a: number) => number;
243+
export const __wbg_pubkeyencryption_free: (a: number, b: number) => void;
243244
export const __wbg_passwordencryption_free: (a: number, b: number) => void;
244245
export const __wbg_cosesignbuilder_free: (a: number, b: number) => void;
245246
export const __wbg_coserecipient_free: (a: number, b: number) => void;
246-
export const __wbg_pubkeyencryption_free: (a: number, b: number) => void;
247247
export const cosesignbuilder_set_external_aad: (a: number, b: number, c: number) => void;
248248
export const cosesignbuilder_hash_payload: (a: number) => void;
249249
export const coserecipient_ciphertext: (a: number, b: number) => void;

0 commit comments

Comments
 (0)