Kryptokrona Kotlin SDK
jvm
kryptokrona-walletapi
/
org.kryptokrona.sdk.walletapi.model.response
/
SpendKeysResponse
Spend
Keys
Response
@
Serializable
data
class
SpendKeysResponse
(
var
publicSpendKey
:
String
,
var
privateSpendKey
:
String
)
Spend keys response.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Spend
Keys
Response
Link copied to clipboard
constructor
(
publicSpendKey
:
String
,
privateSpendKey
:
String
)
Properties
private
Spend
Key
Link copied to clipboard
var
privateSpendKey
:
String
public
Spend
Key
Link copied to clipboard
var
publicSpendKey
:
String