UNPKG

butterjs-sdk

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