We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63451c4 commit 1947524Copy full SHA for 1947524
packages/evolution/src/core/message-signing/CoseSign.ts
@@ -269,7 +269,7 @@ export const COSESignFromCBORBytes = (options: CBOR.CodecOptions = CBOR.CML_DEFA
269
* @category Schemas
270
*/
271
export const COSESignFromCBORHex = (options: CBOR.CodecOptions = CBOR.CML_DEFAULT_OPTIONS) =>
272
- Schema.compose(Bytes.FromHex, COSESignFromCBORBytes(options)).annotations({
+ Schema.compose(Schema.Uint8ArrayFromHex, COSESignFromCBORBytes(options)).annotations({
273
identifier: "COSESign.FromCBORHex"
274
})
275
0 commit comments