Sep24FeeEndpointInfo

@Serializable
data class Sep24FeeEndpointInfo(val enabled: Boolean, val authenticationRequired: Boolean = false)

Configuration for the /fee endpoint.

Note: The /fee endpoint is deprecated in favor of SEP-38 quotes.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, authenticationRequired: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "authentication_required")
val authenticationRequired: Boolean

Whether authentication is required to access the /fee endpoint

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

Whether the /fee endpoint is available