Flags

@Serializable
data class Flags(val authRequired: Boolean, val authRevocable: Boolean, val authImmutable: Boolean, val authClawbackEnabled: Boolean)

Flags set on the asset issuer account.

Constructors

Link copied to clipboard
constructor(authRequired: Boolean, authRevocable: Boolean, authImmutable: Boolean, authClawbackEnabled: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "auth_clawback_enabled")
val authClawbackEnabled: Boolean

If true, the asset issuer has AUTH_CLAWBACK_ENABLED flag set

Link copied to clipboard
@SerialName(value = "auth_immutable")
val authImmutable: Boolean

If true, the asset issuer has AUTH_IMMUTABLE flag set

Link copied to clipboard
@SerialName(value = "auth_required")
val authRequired: Boolean

If true, the asset issuer has AUTH_REQUIRED flag set

Link copied to clipboard
@SerialName(value = "auth_revocable")
val authRevocable: Boolean

If true, the asset issuer has AUTH_REVOCABLE flag set