Kryptokrona Kotlin SDK
jvm
kryptokrona-walletapi
/
org.kryptokrona.sdk.walletapi.model.request
/
ImportWalletWithSeedRequest
Import
Wallet
With
Seed
Request
@
Serializable
data
class
ImportWalletWithSeedRequest
(
var
mnemonicSeed
:
String
,
var
scanHeight
:
Long
)
Import wallet with key request.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Import
Wallet
With
Seed
Request
Link copied to clipboard
constructor
(
mnemonicSeed
:
String
,
scanHeight
:
Long
)
Properties
mnemonic
Seed
Link copied to clipboard
var
mnemonicSeed
:
String
scan
Height
Link copied to clipboard
var
scanHeight
:
Long