UNPKG

@privateid/cryptonets-web-sdk-test

Version:
8 lines (7 loc) 464 B
export declare let apiUrl: string; export declare let orchestrationAPIUrl: string; export declare let orchestrationApiKey: string; export declare let apiKey: string; export declare let wasmUrl: string; export declare let cacheConfig: any; export declare const setEnvVariables: (api_key: string | null, api_url: string | null, api_orchestration_url: string | null, wasm_url: string | null, cache_config: boolean, api_orchestration_api_key?: string | null) => void;