Skip to content

CreateContractParams

CreateContractParams<TName, TAbi, TAddress, TBytecode, TDeployedBytecode, TCode>: object | object

Params for creating a Contract instance

See

CreateContract

Type Parameters

TName extends string | undefined | never

TAbi extends readonly string[] | Abi

TAddress extends undefined | Address | never

TBytecode extends undefined | Hex | never

TDeployedBytecode extends undefined | Hex | never

TCode extends undefined | Hex | never

Defined in

CreateContractParams.ts:8