GitHub
App
Preparing search index...
The search index is not available
CCC Docs
CCC Docs
@ckb-ccc core
index
ccc
keystoreDecrypt
Function keystoreDecrypt
keystore
Decrypt
(
keystore
,
password
)
:
Promise
<
{
privateKey
:
ccc
.
Bytes
;
chainCode
:
ccc
.
Bytes
;
}
>
Parameters
keystore
:
unknown
password
:
string
Returns
Promise
<
{
privateKey
:
ccc
.
Bytes
;
chainCode
:
ccc
.
Bytes
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
CCC Docs
Loading...