Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeployedContract<T>

Type parameters

  • T: Contract

Hierarchy

  • DeployedContract

Index

Constructors

constructor

Properties

abiFileName

abiFileName: string

deployedAddress

deployedAddress: string

Accessors

instanceHash

  • get instanceHash(): string
  • Returns string

Methods

connect

  • connect(web3: any): T
  • Parameters

    • web3: any

    Returns T

connectToAddress

  • connectToAddress(web3: any, address: string): T
  • Parameters

    • web3: any
    • address: string

    Returns T

connectWithEthers

  • connectWithEthers(ethers: any, provider: any): T
  • Parameters

    • ethers: any
    • provider: any

    Returns T

Generated using TypeDoc