@layerzerolabs/lz-aptos-sdk-v1 3.0.22-ton.2 → 3.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -7427,7 +7427,7 @@ var SDK = class {
|
|
|
7427
7427
|
} else if (signFunc) {
|
|
7428
7428
|
items = await signFunc(signingMessage);
|
|
7429
7429
|
} else {
|
|
7430
|
-
throw
|
|
7430
|
+
throw "No signFunc or signedItems provided";
|
|
7431
7431
|
}
|
|
7432
7432
|
const signatures = items.map((item) => item.signature);
|
|
7433
7433
|
const bitmap = items.map((item) => item.bitmap);
|