Function assertIsSmartContract

  • Asserts that the given address is an already deployed non-destroyed contract.

    Throws

    If the address is not a valid smart contract address. If no bytecode is found at the address.

    Parameters

    • address: string

      The address to check.

    Returns void

Generated using TypeDoc