@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
18 lines (17 loc) • 415 B
TypeScript
export interface ICoWShedOptions {
factoryAddress: string;
proxyCreationCode?: string;
implementationAddress: string;
}
export interface ICoWShedCall {
target: string;
value: bigint;
callData: string;
allowFailure: boolean;
isDelegateCall: boolean;
}
export interface ICoWShedOptions {
factoryAddress: string;
proxyCreationCode?: string;
implementationAddress: string;
}