UNPKG

@cowprotocol/cow-sdk

Version:

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

5 lines (4 loc) 285 B
import { SupportedChainId } from '../common'; import type { Signer } from 'ethers'; import { TransactionParams } from './types'; export declare function getPreSignTransaction(signer: Signer, chainId: SupportedChainId, account: string, orderId: string): Promise<TransactionParams>;