@unilogin/sdk
Version:
SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.
5 lines • 316 B
TypeScript
import { Callback, Property } from 'reactive-properties';
declare type MaybePromise<T> = T | Promise<T>;
export declare function propertyFromSubscription<T>(subscribe: (cb: (value: T) => void) => MaybePromise<Callback>, initialValue: T): Property<T>;
export {};
//# sourceMappingURL=propertyFromSubscription.d.ts.map