Package tbdex.sdk.httpserver.handlers
Class GetExchangesKt
-
- All Implemented Interfaces:
public final class GetExchangesKt
-
-
Method Summary
Modifier and Type Method Description final static UnitgetExchanges(ApplicationCall call, ExchangesApi exchangesApi, SuspendFunction2<ApplicationCall, GetExchangesFilter, Object> callback, String pfiDid)Get exchanges -
-
Method Detail
-
getExchanges
final static Unit getExchanges(ApplicationCall call, ExchangesApi exchangesApi, SuspendFunction2<ApplicationCall, GetExchangesFilter, Object> callback, String pfiDid)
Get exchanges
- Parameters:
call- Ktor server application callexchangesApi- Exchanges API interfacecallback- Callback function to be invoked
-
-
-
-