LatestBackupKey

data class LatestBackupKey(val deviceId: String? = null, val keyId: String? = null, val publicKey: String? = null, val algorithm: Algorithm? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Parameters

deviceId

The ID of the device

keyId

The ID of the key

publicKey

The public key

algorithm

The Algorithm of the key

Constructors

Link copied to clipboard
constructor(deviceId: String? = null, keyId: String? = null, publicKey: String? = null, algorithm: Algorithm? = null)

Properties

Link copied to clipboard
val algorithm: Algorithm? = null
Link copied to clipboard
val deviceId: String? = null
Link copied to clipboard
val keyId: String? = null
Link copied to clipboard
val publicKey: String? = null