toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
model
/
com.example.model
/
ECKeyPair
ECKey
Pair
data
class
ECKeyPair
(
val
privateKey
:
PrivateKey
,
val
publicKey
:
PublicKey
)
Members
Members & Extensions
Constructors
ECKey
Pair
Link copied to clipboard
constructor
(
privateKey
:
PrivateKey
,
publicKey
:
PublicKey
)
Properties
private
Key
Link copied to clipboard
val
privateKey
:
PrivateKey
public
Key
Link copied to clipboard
val
publicKey
:
PublicKey
Functions
to
Address
Link copied to clipboard
fun
ECKeyPair
.
toAddress
(
isGM
:
Boolean
=
true
)
:
Address