toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
wallet
/
com.example.wallet.model
/
Wallet
Wallet
@
Serializable
data
class
Wallet
(
val
address
:
String
?
,
val
cipher
:
Cipher
,
val
uuid
:
String
,
val
isGM
:
Boolean
)
Members
Members & Extensions
Constructors
Wallet
Link copied to clipboard
constructor
(
address
:
String
?
,
cipher
:
Cipher
,
uuid
:
String
,
isGM
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
?
cipher
Link copied to clipboard
val
cipher
:
Cipher
is
GM
Link copied to clipboard
val
isGM
:
Boolean
uuid
Link copied to clipboard
val
uuid
:
String
Functions
decrypt
Link copied to clipboard
fun
Wallet
.
decrypt
(
password
:
String
)
:
ECKeyPair