EVMRPC constructor
EVMRPC(
- JSONRPCService rpc
Creates a new instance of the EVMRPC class with the specified rpc
.
Implementation
EVMRPC(this.rpc);
Creates a new instance of the EVMRPC class with the specified rpc
.
EVMRPC(this.rpc);