interface YieldWithdrawParams {
    amount: string;
    owner: string;
    token: CYDToken;
}

Properties

Properties

amount: string

The float amount of tokens.

owner: string

The account address to operate tokens with.

token: CYDToken

TokenWithChainDetailsYield operation token.