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:
parent
410c890275
commit
87647ba1cd
2 changed files with 14 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue