UNPKG

@sofaws/dapp-core

Version:

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

7 lines 245 B
export declare const getUsdValue: ({ amount, usd, decimals, addEqualSign }: { amount: string; usd: number; decimals?: number | undefined; addEqualSign?: boolean | undefined; }) => string; //# sourceMappingURL=getUsdValue.d.ts.map