MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / call

Method call

bitcoin/rpc.py:374–376  ·  view source on GitHub ↗

Call an RPC method by name and raw (JSON encodable) arguments

(self, service_name, *args)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_callMethod · 0.45

Tested by

no test coverage detected