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

Method sign_compact

bitcoin/wallet.py:350–351  ·  view source on GitHub ↗
(self, hash)

Source from the content-addressed store, hash-verified

348 return self._cec_key.sign(hash)
349
350 def sign_compact(self, hash):
351 return self._cec_key.sign_compact(hash)
352
353class CBitcoinSecretError(bitcoin.base58.Base58Error):
354 pass

Callers 1

SignMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected