Network class

A Network represents an Ethereum network.

Annotations
  • @JS()
  • @anonymous

Constructors

Network()

Properties

chainId int
The Chain ID of the network.
no setter
ensAddress String?
The address at which the ENS registry is deployed on this network.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The human-readable name of the network, such as homestead.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited