Sep06FeeResponse

@Serializable
data class Sep06FeeResponse(val fee: String)

Response from the /fee endpoint.

Constructors

Link copied to clipboard
constructor(fee: String)

Properties

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

The fee amount as a string