xyzpub/converter library

Functions

convertVersion(String str, Version target) String
Replaces the first 4 bytes of a base58 string with the target's version and returns the new string. Also checks if the input is a correct address.
replaceVersionBytes(List<int> bytes, Version target) Uint8List