getConnectionParams method

  1. @override
Map<String, dynamic> getConnectionParams()
override

Each host config must implement the getConnectionParams method.

Implementation

@override
Map<String, dynamic> getConnectionParams() =>
    {'https': https, 'rpc_password': rpcPassword};