UNPKG

@f5i23q999d/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

10 lines (9 loc) 387 B
import { EvmCall } from '../../../common/index.js'; import { CowShedSdk } from '../../../cow-shed/index.js'; import { AcrossQuoteResult } from './AcrossBridgeProvider.js'; import { QuoteBridgeRequest } from '../../types.js'; export declare function createAcrossDepositCall(params: { request: QuoteBridgeRequest; quote: AcrossQuoteResult; cowShedSdk: CowShedSdk; }): EvmCall;