uuosio / ascdk

MIT License
12 stars 9 forks source link

Missing f32 type index #49

Closed jafri closed 2 years ago

jafri commented 2 years ago

From EOSIO docs, the following types are supported:

I believe we are missing " Floating point key" which would be f32

learnforpractice commented 2 years ago

There is no db interface for f32, only double and long double.