ethereum top-level property

Ethereum? ethereum

Getter for default Ethereum object, cycles through available injector in environment.

Implementation

Ethereum? get ethereum =>
    isEthereumSupported ? (_ethereum ?? _binanceChain) : null;