@kaiachain/kss-bridges-celer
Version:
TypeScript client and use-cases for cBridge
4 lines (3 loc) • 449 B
TypeScript
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;