get Exchange
fun getExchange(pfiDid: String, requesterDid: <Error class: unknown class>, exchangeId: String): Exchange
Fetches a specific exchange identified by its ID from the PFI.
Return
An Exchange containing the requested exchange.
Parameters
pfi Did
The decentralized identifier of the PFI.
requester Did
The decentralized identifier of the entity requesting the exchange.
exchange Id
The unique identifier of the exchange to be fetched.
Throws
for request or response errors.