ImportWalletWithKeyRequest

@Serializable
data class ImportWalletWithKeyRequest(var privateViewKey: String, var privateSpendKey: String, var scanHeight: Long)

Import wallet with key request.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

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

Properties

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