ContractLoadOptions
Defined in: src/Contract.ts:1622
Options for loading a contract module.
Since
0.4.0
Properties
moduleEntry?
readonlyoptionalmoduleEntry:string
Defined in: src/Contract.ts:1626
Module entry point filename.
Default
'index.js'moduleSubdir?
readonlyoptionalmoduleSubdir:string
Defined in: src/Contract.ts:1624
Subdirectory within the contract path where the compiled module lives.
Default
'contract'