EVMTransactionDetailsParamsSchema
const
EVMTransactionDetailsParamsSchema:ZodArray
<ZodUnion
<[ZodString
,ZodNumber
,ZodArray
<ZodString
,"many"
>,ZodObject
<{from
:ZodString
;value
:ZodString
; },"strip"
,ZodTypeAny
, {from
:string
;value
:string
; }, {from
:string
;value
:string
; }>]>,"many"
>
Defined in: packages/helpers/src/api/swapkitApi/types.ts:405