Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.response.key
/
GetSpendKeysResponseResult
Get
Spend
Keys
Response
Result
@
Serializable
data
class
GetSpendKeysResponseResult
(
val
spendSecretKey
:
String
,
val
spendPublicKey
:
String
)
Get spend keys response result.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Get
Spend
Keys
Response
Result
Link copied to clipboard
constructor
(
spendSecretKey
:
String
,
spendPublicKey
:
String
)
Properties
spend
Public
Key
Link copied to clipboard
val
spendPublicKey
:
String
spend
Secret
Key
Link copied to clipboard
val
spendSecretKey
:
String