Function replaceCreateEthersContractFunction

  • Replacer for createEthersContract

    Parameters

    • fn: (<T>(...params) => T)
        • <T>(...params): T
        • Type Parameters

          • T extends Contract

          Parameters

          • Rest ...params: [addressOrName: string, contractInterface: ContractInterface, signerOrProvider?: Provider | Signer]

          Returns T

    Returns void

    Remarks

    Can be use to do dynamic operations, such as hooks.

Generated using TypeDoc