Function loadAccountBalancesImpl

  • Fetches the balance for each token account already cached in the client, in a single RPC call.

    Parameters

    • this: SdxClient
    • Optional fromCache: boolean = false

      Determines whether to load data from the cache.

    Returns Promise<Map<string, number>>

    A promise resolving to a map of token account addresses to balances.

Generated using TypeDoc