@cowprotocol/cow-sdk
Version:
## 📚 [Docs website](https://docs.cow.fi/)
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;
}