UNPKG

@sovrano-io/auth-sdk

Version:

Sovrano wallet auth sdk for koinos dapps

7 lines (6 loc) 202 B
export type configType = { baseUrl?: string; modAllowanceContractId?: string; }; export declare function setConfig(newConfig: configType): void; export declare function getConfig(): configType;