@indexing/jiti 0.1.14 → 0.1.16

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
@@ -2097,6 +2097,8 @@ export function cacheGet(storage: CacheStorage, namespace: string, key: string):
2097
2097
  * / wallet-label, or to pre-seed a row). TTL comes from the namespace policy unless overridden.
2098
2098
  */
2099
2099
  export function cacheSet(storage: CacheStorage, namespace: string, key: string, value: unknown, ttlSecondsOverride?: number | null): Promise<void>;
2100
+ export function setRpcHosts(network: string, hosts: string[]): void;
2101
+ export function getRpcHosts(network: string): string[];
2100
2102
  export const TON_JETTON_NAMESPACE = "ton-jetton-wallet";
2101
2103
  /**
2102
2104
  * Resolve a jetton wallet to its { owner, master }. Returns null if the account isn't a jetton