Package-level declarations
Types
Link copied to clipboard
Data class used to type request body to create exchange via TbdexHttpServer.
Link copied to clipboard
Error response
Link copied to clipboard
A filter object used to query exchanges.
Link copied to clipboard
class GetOfferingsFilter(val payinCurrency: String? = null, val payoutCurrency: String? = null, val id: String? = null)
A filter object used to query offerings.
Link copied to clipboard
class TbdexResponseException(message: String, cause: Exception? = null, val errors: List<ErrorDetail>?) : Exception
Error response.