bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
PrivateKey
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Functions
from
Base58
Link copied to clipboard
common
@
JvmStatic
fun
fromBase58
(
value
:
String
,
prefix
:
Byte
)
:
Pair
<
PrivateKey
,
Boolean
>
Content copied to clipboard
from
Hex
Link copied to clipboard
common
@
JvmStatic
fun
fromHex
(
hex
:
String
)
:
PrivateKey
Content copied to clipboard
is
Compressed
Link copied to clipboard
common
@
JvmStatic
fun
isCompressed
(
data
:
ByteArray
)
:
Boolean
Content copied to clipboard