Call an RPC method by name and raw (JSON encodable) arguments
(self, service_name, *args)
| 372 | **kwargs) |
| 373 | |
| 374 | def call(self, service_name, *args): |
| 375 | """Call an RPC method by name and raw (JSON encodable) arguments""" |
| 376 | return self._call(service_name, *args) |
| 377 | |
| 378 | def dumpprivkey(self, addr): |
| 379 | """Return the private key matching an address |