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
/
commonjs
/
index.d.cts
5 lines
(4 loc)
•
253 B
text/typescript
View Raw
1
2
3
4
5
export
{
BrowserLocalStorageKeyStore
}
from
'./browser_local_storage_key_store.cjs'
;
export
{
MultiContractBrowserLocalStorageKeyStore
}
from
'./multi_contract_browser_local_storage_key_store.cjs'
;
import
'@near-js/crypto'
;
import
'@near-js/keystores'
;