libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
SecuredSecretBytes
/
installDecrypter
install
Decrypter
open
override
fun
installDecrypter
(
decrypt
:
(
ByteArray
,
Int
)
->
ByteArray
)
Your decrypt function should throw WalletLockedException if the wallet is locked
fun
installDecrypter
(
decryp
:
(
ByteArray
)
->
ByteArray
)