Outblock / flow-swift

The tool to build application in Flow mobile realm 🌊
https://outblock.github.io/flow-swift/
MIT License
13 stars 7 forks source link

Fix for UFix64 Dictionary decoding #13

Closed BoiseITGuru closed 2 years ago

BoiseITGuru commented 2 years ago

This fix corrects the decode function from returning an empty dictionary when the key type is UFix64 in Cadence. Looks like this may need to be done for any none string type but further testing is needed.