EthereumProvider constructor

EthereumProvider(
  1. EthereumServiceProvider rpc
)

Creates a new instance of the EthereumProvider class with the specified rpc.

Implementation

EthereumProvider(this.rpc);