Function loadTokenWhitelistImpl

  • Fetches TokenWhitelist data.

    Throws

    If there is an issue with the RPC call or parsing the TokenWhitelist data.

    Parameters

    • this: SdxClient
    • Optional fromCache: boolean = false

      If true, data is loaded from cache. If false, data is fetched from chain.

    • Optional enableLogging: boolean = false

      If true, logging is enabled for the function.

    Returns Promise<TokenWhitelist>

    A promise that resolves to the TokenWhitelist data.

Generated using TypeDoc