Skip to content

gi-nx


gi-nx / fetchAppCredentials

ts
function fetchAppCredentials(): Promise<any>;

Fetch credentials for an app.

Returns

Promise<any>

Example

typescript
const creds = await rpc.invoke("fetchAppCredentials");