List every Coin owned by owner that has a known entry in this SDK's
coin constants table.
Note: pre-migration this function had a bug — it accumulated coin
type strings into a local coinTypes[] variable but never populated
the returned coins[] array, so callers always got []. The
GraphQL migration fixed that as a drive-by.
List every Coin owned by
ownerthat has a known entry in this SDK's coin constants table.Note: pre-migration this function had a bug — it accumulated coin type strings into a local
coinTypes[]variable but never populated the returnedcoins[]array, so callers always got[]. The GraphQL migration fixed that as a drive-by.