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

Class Bech32Error

bitcoin/bech32.py:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import bitcoin
16
17class Bech32Error(Exception):
18 pass
19
20class Bech32ChecksumError(Bech32Error):
21 pass

Callers 1

__new__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected