UNPKG

rubic-sdk

Version:
10 lines (9 loc) 284 B
import { AbiItem } from 'web3-utils'; /** * Abi for swapAndUnwrap method of base chains. */ export declare const teleswapSwapAndUnwrapAbi: AbiItem[]; /** * Abi for swapAndUnwrap method of cross-chain chains. */ export declare const teleswapSwapAndUwrapAbiForCcrChains: AbiItem[];