Wallet

@Serializable
data class Wallet(val address: String?, val cipher: Cipher, val uuid: String, val isGM: Boolean)

Constructors

Link copied to clipboard
constructor(address: String?, cipher: Cipher, uuid: String, isGM: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun Wallet.decrypt(password: String): ECKeyPair