Add a boolean property to the Address class indicating wheter an address uses compressed or uncompressed public key. If the public key for the address is unknown, an exception should be raised.
Did anybody ever work on this? I want to know how many bitcoins are trapped in addresses known to be segwit derived from uncompressed keys like in this.
How hard would it be, given that the pubkey only gets revealed at spend?
Add a boolean property to the Address class indicating wheter an address uses compressed or uncompressed public key. If the public key for the address is unknown, an exception should be raised.