@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
6 lines • 389 B
TypeScript
import { EnvironmentsEnum, NetworkType } from 'types';
export interface GetServerConfigurationForEnvironmentOptionsType {
apiAddress?: string;
}
export declare function getServerConfigurationForEnvironment(environment: EnvironmentsEnum, options?: GetServerConfigurationForEnvironmentOptionsType): Promise<NetworkType>;
//# sourceMappingURL=getServerConfigurationForEnvironment.d.ts.map