EthereumProvider constructor

EthereumProvider(
  1. BaseServiceProvider<BaseServiceRequestParams> rpc
)

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

Implementation

EthereumProvider(this.rpc);