@allbridge/bridge-core-sdk
    Preparing search index...

    Interface YieldGetWithdrawProportionAmountParams

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

    Properties

    Properties

    amount: string

    The float amount of tokens to withdraw.

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