Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

EVMTransactionSchema

const EVMTransactionSchema: ZodObject<{ data: ZodString; from: ZodString; to: ZodString; value: ZodString; }, "strip", ZodTypeAny, { data: string; from: string; to: string; value: string; }, { data: string; from: string; to: string; value: string; }>

Defined in: packages/helpers/src/api/swapkitApi/types.ts:396