@cowprotocol/cow-sdk
Version:
## 📚 [Docs website](https://docs.cow.fi/)
5 lines (4 loc) • 305 B
TypeScript
import { SupportedChainId } from '../chains';
import type { Signer } from '@ethersproject/abstract-signer';
import { TransactionParams } from './types';
export declare function getPreSignTransaction(signer: Signer, chainId: SupportedChainId, account: string, orderId: string): Promise<TransactionParams>;