@privateid/cryptonets-web-sdk
Version:
CryptoNets WebAssembly SDK
8 lines (7 loc) • 452 B
TypeScript
export declare let apiUrl: any;
export declare let orchestrationAPIUrl: any;
export declare let orchestrationApiKey: any;
export declare let apiKey: any;
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;