Schemas
const
Schemas:object
Defined in: packages/iso-filecoin/src/signature.js:24
Type declaration
Section titled “Type declaration”lotusSignature
Section titled “lotusSignature”lotusSignature:
ZodObject
<{Data
:ZodString
;Type
:ZodUnion
<[ZodLiteral
<1
>,ZodLiteral
<2
>]>; },$strip
>
signature
Section titled “signature”signature:
ZodObject
<{data
:ZodPipe
<ZodCustom
<BufferSource
,BufferSource
>,ZodTransform
<Uint8Array
<ArrayBufferLike
>,BufferSource
>>;type
:ZodEnum
<{BLS
:"BLS"
;SECP256K1
:"SECP256K1"
; }>; },$strip
>