Uint8List decode(String string) { Uint8List buffer = base58.decode(string); return decodeRaw(buffer); }