Skip to content

MessageSchema

const MessageSchema: ZodObject<{ from: ZodString; gasFeeCap: ZodDefault<ZodString>; gasLimit: ZodDefault<ZodInt>; gasPremium: ZodDefault<ZodString>; method: ZodDefault<ZodInt>; nonce: ZodDefault<ZodInt>; params: ZodDefault<ZodBase64>; to: ZodString; value: ZodString; version: ZodDefault<ZodLiteral<0>>; }, $strip>

Defined in: packages/iso-filecoin/src/message.js:17

Message validation schema