UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

2 lines 181 B
export declare function retry<R>(callback: () => R | Promise<R>, predicate: (result: R) => boolean, timeout?: number, tick?: number): Promise<R>; //# sourceMappingURL=retry.d.ts.map