UNPKG

barterjs-sdk

Version:
4 lines (3 loc) 242 B
import { IMapCrossChainService } from '../interfaces/IMapCrossChainService'; import { BridgeOptions } from '../../types/requestTypes'; export declare function createMCSInstance(chainId: string, options: BridgeOptions): IMapCrossChainService;