ethereum library

Properties

ethereum Ethereum?
Getter for default Ethereum object, cycles through available injector in environment.
no setter
isEthereumSupported bool
Getter for boolean to detect Ethereum object support. without calling itself to prevent js undefined error.
no setter
web3 Ethereum?
no setter

Functions

convertToDart(dynamic jsObject) → dynamic
Convert JS object to Dart object to avoid type error.
stringify(dynamic obj) String
Convert JavaScript object or value to a JSON string,