UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

3 lines 186 B
import { NetworkType } from 'types'; export declare function getServerConfiguration(apiAddress: string): Promise<NetworkType | null>; //# sourceMappingURL=getServerConfiguration.d.ts.map