Sep06FeatureFlags

@Serializable
data class Sep06FeatureFlags(val accountCreation: Boolean = true, val claimableBalances: Boolean = false)

Feature flags indicating anchor capabilities.

Constructors

Link copied to clipboard
constructor(accountCreation: Boolean = true, claimableBalances: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "account_creation")
val accountCreation: Boolean

Whether the anchor can create Stellar accounts for users

Link copied to clipboard
@SerialName(value = "claimable_balances")
val claimableBalances: Boolean

Whether the anchor supports sending deposits as claimable balances