AssignResponse

data class AssignResponse(val walletId: String? = null, val enabled: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(walletId: String? = null, enabled: Boolean? = null)

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val walletId: String? = null