UNPKG

test-ic-wallet-middleware-icrc

Version:
3 lines (2 loc) 173 B
import { TokenMarketInfo } from "../types"; export declare const getCurrencyAmount: (tokenMarket: TokenMarketInfo | undefined, balance: bigint, decimals: number) => string;