Interface YieldGetWithdrawProportionAmountParams

interface YieldGetWithdrawProportionAmountParams {
    amount: string;
    cydToken: Pick<CYDToken, "chainSymbol" | "yieldAddress" | "tokens">;
    owner: string;
}

Properties

Properties

amount: string

The float amount of tokens to withdraw.

cydToken: Pick<CYDToken, "chainSymbol" | "yieldAddress" | "tokens">
owner: string