Function getWalletCoins

  • 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.

    Parameters

    • owner: string

    Returns Promise<Coin[]>