Kryptokrona Kotlin SDK
jvm
kryptokrona-walletapi
/
org.kryptokrona.sdk.walletapi.model.request
/
ImportViewOnlyAddressRequest
Import
View
Only
Address
Request
@
Serializable
data
class
ImportViewOnlyAddressRequest
(
var
scanHeight
:
Long
,
var
publicSpendKey
:
String
)
Import view only address request
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Import
View
Only
Address
Request
Link copied to clipboard
constructor
(
scanHeight
:
Long
,
publicSpendKey
:
String
)
Properties
public
Spend
Key
Link copied to clipboard
var
publicSpendKey
:
String
scan
Height
Link copied to clipboard
var
scanHeight
:
Long