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.
The ABI entry for the method.
The types of the inputs (each of which may optionally have a name).
The method name; omitted for constructors.
The method selector; for a constructor, this is instead the (linked) constructor bytecode.
Generated using TypeDoc
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.