Template Private Key Flags V2
data class TemplatePrivateKeyFlagsV2(val clientVersion: TemplateClientCompatibilityV2, val exportableKey: Boolean? = null, val strongKeyProtectionRequired: Boolean? = null)
Constructors
Link copied to clipboard
constructor(clientVersion: TemplateClientCompatibilityV2, exportableKey: Boolean? = null, strongKeyProtectionRequired: Boolean? = null)