ReportingOptions

data class ReportingOptions(val enabled: Boolean = true)

Created by Fireblocks Ltd. on 27/05/2024.

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

Link copied to clipboard
val enabled: Boolean = true