Predeploy
Type of predeploy contract for tevm
Type parameters
• TName extends string
• THumanReadableAbi extends readonly string
[]
Constructors
new Predeploy()
new Predeploy<
TName
,THumanReadableAbi
>():Predeploy
<TName
,THumanReadableAbi
>
Returns
Predeploy
<TName
, THumanReadableAbi
>
Properties
address
abstract
readonly
address: `0x${string}`
Source
Predeploy.ts:9
contract
abstract
readonly
contract:Script
<TName
,THumanReadableAbi
>
Source
Predeploy.ts:8
Methods
ethjsAddress()
protected
readonly
ethjsAddress():EthjsAddress
Returns
Source
Predeploy.ts:10
predeploy()
readonly
predeploy():object
Returns
object
address
address:
EthjsAddress
Source
Predeploy.ts:11