Package-level declarations

Types

Link copied to clipboard
@Serializable
data class WalletApi(var hostName: String, var port: Int, var fileName: String, var password: String, var ssl: Boolean)

WalletApi is a data class that holds information about a Wallet API. The properties are mutable so that they can be changed during runtime.