Kryptokrona Kotlin SDK
jvm
kryptokrona-walletapi
/
org.kryptokrona.sdk.walletapi.model.request
/
ImportViewWalletRequest
Import
View
Wallet
Request
@
Serializable
data
class
ImportViewWalletRequest
(
var
privateViewKey
:
String
,
var
address
:
String
,
var
scanHeight
:
Long
)
Import view wallet request.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Import
View
Wallet
Request
Link copied to clipboard
constructor
(
privateViewKey
:
String
,
address
:
String
,
scanHeight
:
Long
)
Properties
address
Link copied to clipboard
var
address
:
String
private
View
Key
Link copied to clipboard
var
privateViewKey
:
String
scan
Height
Link copied to clipboard
var
scanHeight
:
Long