SharedPrivateViewKeyResponse

@Serializable
data class SharedPrivateViewKeyResponse(var privateViewKey: String)

Shared private view key response.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(privateViewKey: String)

Properties

Link copied to clipboard