UNPKG

eosjs-ios-browser-signature-provider-interface

Version:

A Signature Provider Interface for communicating with an authenticator from iOS browsers using the EOSIO Authentication Transport Protocol Specification.

6 lines (5 loc) 185 B
export declare class ExpiringLocalStorageProvider { set(variable: string, value: any, expiryMs: number): void; get(variable: string): any; remove(variable: string): void; }