Type alias SwapData

SwapData: {
    extCalldata: BytesLike;
    extRouter: Address;
    needScale: boolean;
    swapType: SwapType;
}

Reflecting SwapDataStruct in IPAllAction

Type declaration

Generated using TypeDoc