Function validateContract

  • Validates the contract by checking that all parameters are initialized in the constructor. Works only for contracts written in TypeScript.

    Parameters

    • contractPath: string

      Path to the contract.

    • verbose: boolean = false

      Whether to print verbose output.

    Returns Promise<boolean>

Generated using TypeDoc