ImportWalletWithSeedRequest

@Serializable
data class ImportWalletWithSeedRequest(var mnemonicSeed: String, var scanHeight: Long)

Import wallet with key request.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard