adding api helper

This commit is contained in:
Daniel Larimer 2014-03-10 22:22:31 -04:00
parent f5249dc2d6
commit a7b579e4e8

View file

@ -15,6 +15,7 @@ namespace fc
fc::string to_string( double );
fc::string to_string( uint64_t );
fc::string to_string( int64_t );
fc::string to_string( uint16_t );
typedef fc::optional<fc::string> ostring;
class variant_object;