GetSpendKeysResponseResult

@Serializable
data class GetSpendKeysResponseResult(val spendSecretKey: String, val spendPublicKey: String)

Get spend keys response result.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(spendSecretKey: String, spendPublicKey: String)

Properties

Link copied to clipboard
Link copied to clipboard