Skip to content

Schemas

const Schemas: object

Defined in: packages/iso-filecoin/src/wallet.js:30

Schemas

lotusPrivateKey: ZodObject<{ PrivateKey: ZodString; Type: ZodUnion<readonly [ZodLiteral<"bls">, ZodLiteral<"secp256k1">]>; }, $strip>