Ethereum class

Available Extensions
Annotations
  • @JS()

Constructors

Ethereum()

Properties

autoRefreshOnNetworkChange bool
getter/setter pair
chainId int
no setter
hashCode int
The hash code for this object.
no setterinherited
isMetaMask bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isConnected() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, Function callback) → void
This should not be used in user code. Use stream(event) instead.
removeListener(String event, Function callback) → void
This should not be used in user code. Use stream(event) instead.
request(RequestArguments args) Object
This should not be used in user code. Use requestRaw instead.
toString() String
A string representation of this object.
inherited

Operators

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