http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/f06e48ec2759a63368f993af8ba4a10068b82765/mmgen/proto/xmr/rpc.py
__name__}.call() accepts keyword arguments only' return await self.process_http_resp(self.backend.run( payload = {'id': 0, 'jsonrpc': '2.0', 'method': method, 'params': kwargs }, timeout = 3600, # allow enough time to sync ≈1,000,000 blocks host_path = '/json_rpc' )) rpcmethods = ( 'get_info', ) class MoneroRPCClientRaw(MoneroRPCClient): json_rpc = False async def call(self,method,*params,**kwargs): assert params == (), f'{type(self).