UNPKG

@jovijovi/ether-keystore

Version:

A keystore toolkit for Ethereum ecosystem

9 lines (8 loc) 200 B
type UnsafeCache = Map<any, any>; export declare const ksCache: UnsafeCache; export declare enum CacheType { Wallet = "Wallet", PK = "PK", PKWithoutPrefix = "PKWithoutPrefix" } export {};