UNPKG
@near-js/keystores-browser
Version:
latest (2.2.2)
next (0.2.0-next.15)
2.2.2
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
0.2.2
0.2.1
0.2.0
0.2.0-next.15
0.2.0-next.14
0.2.0-next.13
0.2.0-next.12
0.2.0-next.11
0.2.0-next.10
0.2.0-next.9
0.2.0-next.8
0.2.0-next.7
0.2.0-next.6
0.1.0
0.1.0-next.5
0.1.0-next.4
0.1.0-next.3
0.1.0-next.2
0.1.0-next.1
0.1.0-next.0
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
KeyStore implementation for working with keys in browser LocalStorage
@near-js/keystores-browser
/
lib
/
esm
/
index.js
7 lines
(6 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
BrowserLocalStorageKeyStore
}
from
"./browser_local_storage_key_store.js"
;
import
{
MultiContractBrowserLocalStorageKeyStore
}
from
"./multi_contract_browser_local_storage_key_store.js"
;
export
{
BrowserLocalStorageKeyStore
,
MultiContractBrowserLocalStorageKeyStore
};