@cmts-dev/carmentis-sdk-core 1.2.11 → 1.2.12
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.
|
@@ -12470,7 +12470,8 @@ var { NEVER: hx, ALWAYS: gx, DECIMAL_ROUND: _x, DECIMAL_FIT: vx } = Rb, yx = 204
|
|
|
12470
12470
|
[Z.ANY, D.APP_LEDGER_SHARED_SECRET],
|
|
12471
12471
|
[Z.ANY, D.APP_LEDGER_CHANNEL_CREATION],
|
|
12472
12472
|
[Z.ANY, D.APP_LEDGER_CHANNEL_INVITATION],
|
|
12473
|
-
[Z.ANY, D.ALLOWED_ADDITIONAL_WRITER]
|
|
12473
|
+
[Z.ANY, D.ALLOWED_ADDITIONAL_WRITER],
|
|
12474
|
+
[Z.ANY, D.CUSTOM]
|
|
12474
12475
|
]), t.expects(Z.ANY, D.AUXILIARY_SIGNATURE), t.expects(Z.ONE, D.SIGNATURE), t.endsHere(), !0;
|
|
12475
12476
|
} catch (e) {
|
|
12476
12477
|
return typeof e == "string" && this.logger.error(`Microblock structure error details: ${e}`), e instanceof Error && (e instanceof s ? this.logger.error(`Microblock structure error: ${e.message}`) : this.logger.error(`An unexpected error occurred during structure checking: ${e.message} at ${e.stack}`)), !1;
|