Interface YieldGetWithdrawProportionAmountParams
interface YieldGetWithdrawProportionAmountParams { amount: string; cydToken: Pick<CYDToken, "chainSymbol" | "yieldAddress" | "tokens">; owner: string;} Properties
cydToken
cydToken: Pick<CYDToken, "chainSymbol" | "yieldAddress" | "tokens">
The float amount of tokens to withdraw.