@indexing/jiti 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -2098,6 +2098,7 @@ export function cacheGet(storage: CacheStorage, namespace: string, key: string):
2098
2098
  */
2099
2099
  export function cacheSet(storage: CacheStorage, namespace: string, key: string, value: unknown, ttlSecondsOverride?: number | null): Promise<void>;
2100
2100
  export const TON_JETTON_NAMESPACE = "ton-jetton-wallet";
2101
+ export function setTonRpcHosts(hosts: string[]): void;
2101
2102
  /**
2102
2103
  * Resolve a jetton wallet to its { owner, master }. Returns null if the account isn't a jetton
2103
2104
  * wallet (definitive miss → negative-cached). Throws on transient RPC failure so the cache layer