Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContractFactory

Hierarchy

  • ContractFactory

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    Returns ContractFactory

Properties

wallet

wallet: Wallet | any

Methods

createContract

  • createContract(abi: any[], address?: string, options?: ContractOptions): Contract
  • Parameters

    • abi: any[]
    • Optional address: string
    • Optional options: ContractOptions

    Returns Contract

Generated using TypeDoc