walletlib icon indicating copy to clipboard operation
walletlib copied to clipboard

Unified interface to work with cryptocurrency wallet.dat, .wallet, .key files. Can automatically attempt to figure out what type of coin a .dat wallet contains via its prefix.

Results 2 walletlib issues
Sort by recently updated
recently updated
newest added

Investigating a problem where some tx entries raise ``` output[cased_name] = enum_values[v].name IndexError: list index out of range ``` during parsing.

Need to add in features to automatically suss out nonstandard b58check and two-letter prefixes, particularly for ZEC/ZCL

enhancement