AmlRegistrationResult

data class AmlRegistrationResult(val provider: String? = null, val success: Boolean? = null, val timestamp: Long? = null)

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

Parameters

provider
success
timestamp

Constructors

Link copied to clipboard
constructor(provider: String? = null, success: Boolean? = null, timestamp: Long? = null)

Properties

Link copied to clipboard
val provider: String? = null
Link copied to clipboard
val success: Boolean? = null
Link copied to clipboard
val timestamp: Long? = null