EVMRPC constructor

EVMRPC(
  1. JSONRPCService rpc
)

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

Implementation

EVMRPC(this.rpc);