UNPKG

@unilogin/sdk

Version:

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

6 lines 193 B
export interface IStorageService { get(key: string): string | null; set(key: string, value: string): void; remove(key: string): void; } //# sourceMappingURL=IStorageService.d.ts.map