UNPKG

eosjs-window-message-signature-provider-interface

Version:

A Signature Provider Interface for communicating with an authenticator over the Window Messaging API using the EOSIO Auth Transport Protocol.

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; }