@layerzerolabs/lz-aptos-sdk-v1 3.0.22-ton.1 → 3.0.22
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/dist/index.mjs
CHANGED
|
@@ -7400,7 +7400,7 @@ var SDK = class {
|
|
|
7400
7400
|
} else if (signFunc) {
|
|
7401
7401
|
items = await signFunc(signingMessage);
|
|
7402
7402
|
} else {
|
|
7403
|
-
throw
|
|
7403
|
+
throw "No signFunc or signedItems provided";
|
|
7404
7404
|
}
|
|
7405
7405
|
const signatures = items.map((item) => item.signature);
|
|
7406
7406
|
const bitmap = items.map((item) => item.bitmap);
|