Class MoonwellContract<ContractInterface>

A contract in the Moonwell ecosystem.

Type Parameters

  • ContractInterface

Hierarchy

Constructors

  • Type Parameters

    • ContractInterface

    Parameters

    • address: string

      The address of the contract.

    • artifact: DeployArtifact

      The artifact to use.

    • Optional signerOrProvider: Provider | Signer

      An optional signer that will be attached to all contract instances.

    Returns MoonwellContract<ContractInterface>

Properties

address: string
artifact: DeployArtifact
contract: ContractInterface
signerOrProvider?: Provider | Signer

Generated using TypeDoc