• React hook that returns a WrappedContract object for the given contract ID, looked up from the deployments registry for the active chain.

    Parameters

    • contractId: string

      The ID of the contract.

    Returns undefined | WrappedContract

    The WrappedContract object.

Generated using TypeDoc