Fix: THORName Response
From St0mrzy
Current Behavior
ThornameResponse says it is returned as an array (as per the quote endpoint and openapi yaml) but is returned as an object.
https://thornode.ninerealms.com/thorchain/doc/openapi.yaml Line 2813.
ThornameResponse:
type: array
items:
$ref: "#/components/schemas/Thorname"
This results in the thorname response not being able to be iterated like an array as it is an object.
Desired Behaviour
The THORName Response should not be an array, should only be an object. The array of associated addresses is contained within aliases. The stated data type should match the returned data.