Options
All
  • Public
  • Public/Protected
  • All
Menu

This type represents a contract method or constructor. Note that it's not a method for a specific instance, so there's no address field.

Hierarchy

  • Method

Index

Properties

abi: FunctionEntry | ConstructorEntry

The ABI entry for the method.

The types of the inputs (each of which may optionally have a name).

name?: string

The method name; omitted for constructors.

selector: string

The method selector; for a constructor, this is instead the (linked) constructor bytecode.

Generated using TypeDoc