UNPKG

emmet.sdk

Version:
3 lines (2 loc) 245 B
import { TChainName } from "../../types"; export declare function estimateReceive(amount: string | bigint, senderAddress: string, destinationAddress: string, fromChainName: TChainName, toChainName: string, tokenSymbol: string): Promise<bigint>;