validateContract
Last updated
Last updated
• Docs
/ / validateContract
validateContract(
contractPath
,verbose
):Promise
<boolean
>
Validates the contract by checking that all parameters are initialized in the constructor. Works only for contracts written in TypeScript.
• contractPath: string
Path to the contract.
• verbose: boolean
= false
Whether to print verbose output.
Promise
<boolean
>