CreateExchangeRequest

class CreateExchangeRequest(val rfq: Rfq, val replyTo: String? = null)

Data class used to type request body to create exchange via TbdexHttpServer.

Constructors

Link copied to clipboard
constructor(rfq: Rfq, replyTo: String? = null)

Properties

Link copied to clipboard
val replyTo: String? = null

Optional URL to be included in the request to create exchange.

Link copied to clipboard
val rfq: Rfq

Rfq tbdex message received.