UNPKG

emmet.sdk

Version:
3 lines (2 loc) 206 B
import { TChainName } from "../../types"; export declare function estimateSend(amount: string | bigint, account: string, fromChainName: TChainName, toChainName: string, tokenName: string): Promise<bigint>;