UNPKG

proximity-wallet-connect

Version:

Wallet Connect package for NEAR Wallet Selector (Proximity fork with transaction fixes).

7 lines 222 B
interface RetryOptions { retries?: number; interval?: number; } export declare const retry: <Value>(func: () => Promise<Value>, opts?: RetryOptions) => Promise<Value>; export {}; //# sourceMappingURL=retry.d.ts.map