DefinePredeployFn: <TName
, THumanReadableAbi
>(contract
) => Predeploy
<TName
, THumanReadableAbi
>
Defines a predeploy contract to use in the tevm vm
Type Parameters
• TName extends string
• THumanReadableAbi extends readonly string
[]
Parameters
• contract: Contract
<TName
, THumanReadableAbi
, Address
, Hex
, Hex
>
Returns
Predeploy
<TName
, THumanReadableAbi
>
Example
Defined in
DefinePredeployFn.ts:28