CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-common
/
cz.kotox.crypto.sdk.common
/
either
either
suspend
fun
<
V
>
either
(
action
:
suspend
(
)
->
V
)
:
Either
<
Throwable
,
V
>