cardano-community / cardanosharp-koios

6 stars 6 forks source link

GetAccountAssets and GetAddressAssets contract mismatches #21

Closed safestak-keith closed 1 year ago

safestak-keith commented 1 year ago

Describe the bug There are contract property name and type mismatches which prevents responses from being correctly deserialised.

To Reproduce Call GetAccountAssets and GetAddressAssets from IAccountClient and IAddressClient respectively

Expected behavior Asset fields return the correctly deserialised values

safestak-keith commented 1 year ago

Fixed by https://github.com/cardano-community/cardanosharp-koios/pull/22 - version 1.0.9 of CardanoSharp.Koios.Client