Skip to content

ContractLoadOptions

Defined in: src/Contract.ts:1622

Options for loading a contract module.

Since

0.4.0

Properties

moduleEntry?

readonly optional moduleEntry: string

Defined in: src/Contract.ts:1626

Module entry point filename.

Default

'index.js'

moduleSubdir?

readonly optional moduleSubdir: string

Defined in: src/Contract.ts:1624

Subdirectory within the contract path where the compiled module lives.

Default

'contract'