Schemas
constSchemas:object
Defined in: packages/iso-filecoin/src/signature.js:19
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:ZodCustom<Uint8Array<ArrayBufferLike>,Uint8Array<ArrayBufferLike>>;type:ZodEnum<{BLS:"BLS";SECP256K1:"SECP256K1"; }>; },$strip>