WalletApi

@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.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

hostName

The host name of the wallet api.

port

The port of the wallet api.

ssl

Whether the wallet api is using SSL.

Constructors

Link copied to clipboard
constructor(hostName: String, port: Int, fileName: String, password: String, ssl: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var port: Int
Link copied to clipboard