Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

Bytes

Re-exports Bytes

BytesLike

Re-exports BytesLike

UnsignedTransaction

Re-exports UnsignedTransaction

Type aliases

BigNumberish

BigNumberish: BigNumber | Bytes | bigint | string | number

ContractFunction

ContractFunction<T>: (...args: any[]) => Promise<T>

Type parameters

  • T = any

Type declaration

    • (...args: any[]): Promise<T>
    • Parameters

      • Rest ...args: any[]

      Returns Promise<T>

ContractInterface

ContractInterface: string | ReadonlyArray<Fragment | JsonFragment | string> | Interface

EventFilter

EventFilter: { address?: string; topics?: (string | string[])[] }

Type declaration

  • Optional address?: string
  • Optional topics?: (string | string[])[]

Variables

Const logger

logger: Logger

Const version

version: "ethers/5.4.4" = "ethers/5.4.4"

Const wordlists

wordlists: {}

Type declaration

Functions

getDefaultProvider

  • Parameters

    • Optional network: Network | string
    • Optional options: any

    Returns BaseProvider

Legend

  • Variable
  • Interface
  • Class

Generated using TypeDoc