Predeploy
Type of predeploy contract for tevm
Type parameters
▪ TName extends string
▪ THumanReadableAbi extends readonly string
[]
Constructors
new Predeploy(undefined)
new Predeploy<
TName
,THumanReadableAbi
>():Predeploy
<TName
,THumanReadableAbi
>
Properties
abstract
address
abstract
readonly
address: `0x${string}`
Source
Predeploy.ts:13
abstract
contract
abstract
readonly
contract:Script
<TName
,THumanReadableAbi
>
Source
Predeploy.ts:12
Methods
ethjsAddress()
protected
readonly
ethjsAddress():Address
Source
Predeploy.ts:14
predeploy()
readonly
predeploy():object
Returns
address
address:
Address
Source
Predeploy.ts:15
Generated using typedoc-plugin-markdown and TypeDoc