iotaledger / explorer

Explore the IOTA Tangle
https://explorer.iota.org
Apache License 2.0
59 stars 20 forks source link

[Task]: Fix AssociationType model on client #1411

Closed msarcev closed 5 months ago

msarcev commented 5 months ago

Task description

This PR changed the models https://github.com/iotaledger/explorer/pull/1394, but we didn't update then on the client side.

The new models will actually never appear on the client, but since the "association type" is returned "by index" (enum), the client side needs to exactly match.