definePredeploy<TName
, THumanReadableAbi
>(__namedParameters
): Predeploy
<TName
, THumanReadableAbi
>
Defines a predeploy contract to use in the tevm vm
Type parameters
• TName extends string
• THumanReadableAbi extends readonly string
[]
Parameters
• __namedParameters: Pick
<Predeploy
<TName
, THumanReadableAbi
>, "contract"
| "address"
>
Returns
Predeploy
<TName
, THumanReadableAbi
>
Example
Source
definePredeploy.ts:27