MCPcopy Create free account
hub / github.com/dfinity/orbit / getRequestUrl

Function getRequestUrl

apps/wallet/src/utils/app.utils.ts:114–116  ·  view source on GitHub ↗
(requestId: string, stationId: string, origin: string)

Source from the content-addressed store, hash-verified

112};
113
114export const getRequestUrl = (requestId: string, stationId: string, origin: string): string => {
115 return `${origin}?${STATION_ID_QUERY_PARAM}=${stationId}&${REQUEST_DIALOG_QUERY_PARAM}=${requestId}`;
116};

Callers 2

app.utils.spec.tsFile · 0.90
mapRequestsToCsvTableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected