toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
model
/
com.example.model
/
PublicKey
Public
Key
data
class
PublicKey
(
val
key
:
BigInteger
)
Members
Members & Extensions
Constructors
Public
Key
Link copied to clipboard
constructor
(
publicKey
:
ByteArray
)
constructor
(
publicKeyHexString
:
String
)
constructor
(
key
:
BigInteger
)
Properties
key
Link copied to clipboard
val
key
:
BigInteger
Functions
to
Address
Link copied to clipboard
fun
PublicKey
.
toAddress
(
isGM
:
Boolean
=
true
)
:
Address
to
Ethereum
Address
Link copied to clipboard
fun
PublicKey
.
toEthereumAddress
(
isGM
:
Boolean
=
true
)
:
EthereumAddress
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String