getExchange

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

pfiDid

The decentralized identifier of the PFI.

requesterDid

The decentralized identifier of the entity requesting the exchange.

exchangeId

The unique identifier of the exchange to be fetched.

Throws

for request or response errors.