Skip to content

Predeploy

Type of predeploy contract for tevm

Type Parameters

TName extends string

THumanReadableAbi extends readonly string[]

Constructors

new Predeploy()

new Predeploy<TName, THumanReadableAbi>(contract): Predeploy<TName, THumanReadableAbi>

Parameters

contract: Contract<TName, THumanReadableAbi, `0x${string}`, `0x${string}`, `0x${string}`>

Returns

Predeploy<TName, THumanReadableAbi>

Defined in

Predeploy.ts:8

Properties

contract

readonly contract: Contract<TName, THumanReadableAbi, `0x${string}`, `0x${string}`, `0x${string}`>

Defined in

Predeploy.ts:8

Methods

ethjsAddress()

protected readonly ethjsAddress(): EthjsAddress

Returns

EthjsAddress

Defined in

Predeploy.ts:9


predeploy()

readonly predeploy(): object

Returns

object

address

address: EthjsAddress

Defined in

Predeploy.ts:10