Schemas
constSchemas:object
Defined in: packages/iso-filecoin/src/wallet.js:30
Schemas
Type Declaration
Section titled “Type Declaration”lotusPrivateKey
Section titled “lotusPrivateKey”lotusPrivateKey:
ZodObject<{PrivateKey:ZodString;Type:ZodUnion<readonly [ZodLiteral<"bls">,ZodLiteral<"secp256k1">]>; },$strip>