Kryptokrona Kotlin SDK
jvm
kryptokrona-walletapi
/
org.kryptokrona.sdk.walletapi.model.request
/
ImportWalletWithKeyRequest
Import
Wallet
With
Key
Request
@
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
Members
Constructors
Import
Wallet
With
Key
Request
Link copied to clipboard
constructor
(
privateViewKey
:
String
,
privateSpendKey
:
String
,
scanHeight
:
Long
)
Properties
private
Spend
Key
Link copied to clipboard
var
privateSpendKey
:
String
private
View
Key
Link copied to clipboard
var
privateViewKey
:
String
scan
Height
Link copied to clipboard
var
scanHeight
:
Long