Sep24FeeResponse

@Serializable
data class Sep24FeeResponse(val fee: String? = null)

Response from the /fee endpoint.

Note: This endpoint is deprecated in favor of SEP-38 quotes.

Constructors

Link copied to clipboard
constructor(fee: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "fee")
val fee: String?

The fee amount as a string