UNPKG

@kaiachain/kss-bridges-celer

Version:
4 lines (3 loc) 449 B
import { EstimateAmtRequest, EstimateWithdrawAmtRequest, WithdrawInfo } from "../ts-proto/gateway/gateway_pb"; export declare const estimateAmt: (srcChainId: number, dstChainId: number, tokenSymbol: string, usrAddr: string, slippageTolerance: number, amt: string) => EstimateAmtRequest; export declare const estimateWithdrawAmt: (withdrawItem: WithdrawInfo[], dstChainId: number, tokenSymbol: string, usrAddr: string) => EstimateWithdrawAmtRequest;