mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
40 stars 13 forks source link

Allow conversion from native to UI values #20

Closed mschneider closed 2 years ago

mschneider commented 2 years ago

mango_v3::uiToNativePriceQuantity implements the inverse transformation from UI to native.

Current examples always display native values and should be updated to display UI values.

bdhobare commented 2 years ago

This should be closed with #32, where we implement nativeToUi