decode
Decodes Base58 data that has been encoded with a single byte prefix
Return
a (prefix, data) tuple
Parameters
encoded
encoded data
Throws
if the checksum that is part of the encoded data cannot be verified
Decodes Base58 data that has been encoded with a single byte prefix
a (prefix, data) tuple
encoded data
if the checksum that is part of the encoded data cannot be verified