1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

string: adding base58_strip() function

This commit is contained in:
Henrik Hautakoski 2020-01-14 10:20:22 +01:00
parent 410c890275
commit 87647ba1cd
2 changed files with 14 additions and 0 deletions

View file

@ -39,4 +39,6 @@ std::string& rtrim(std::string& str);
std::string& ltrim(std::string& str);
std::string& trim(std::string& str);
std::string& base58_strip(std::string &str);
#endif /* STRING_H */