Clio develop
The XRP Ledger API server.
|
A strong type wrapper for string. More...
#include <Types.hpp>
Public Member Functions | |
Text (std::string text) | |
Construct a new Text object from string type. | |
Public Attributes | |
std::string | text |
A strong type wrapper for string.
This is unfortunately needed right now to support TEXT properly because clio uses string to represent BLOB If we want to bind TEXT with string, we need to use this type
|
inlineexplicit |
Construct a new Text object from string type.
text | The text to wrap |