Type alias TokenOutput

TokenOutput: {
    minTokenOut: BigNumberish;
    pendleSwap: Address;
    swapData: SwapData;
    tokenOut: Address;
    tokenRedeemSy: Address;
}

Reflecting TokenOutputStruct in IPAllAction

Type declaration

Generated using TypeDoc