UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

3 lines 242 B
import { WalletService } from '../services/WalletService'; export declare const getValueInUsd: (tokenAddress: string, walletService: WalletService, value: string, round?: number) => Promise<string>; //# sourceMappingURL=getValueInUsd.d.ts.map