ImportViewWalletRequest

@Serializable
data class ImportViewWalletRequest(var privateViewKey: String, var address: String, var scanHeight: Long)

Import view wallet request.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(privateViewKey: String, address: String, scanHeight: Long)

Properties

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