interface YieldWithdrawAmount {
    amount: string;
    token: TokenWithChainDetailsYield;
}

Properties

Properties

amount: string

The float amount of tokens to be withdrawn.