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

Class CBitcoinSecretError

bitcoin/wallet.py:353–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 return self._cec_key.sign_compact(hash)
352
353class CBitcoinSecretError(bitcoin.base58.Base58Error):
354 pass
355
356class CBitcoinSecret(bitcoin.base58.CBase58Data, CKey):
357 """A base58-encoded secret key"""

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected