interface YieldDepositParams {
    amount: string;
    minVirtualAmount: string;
    owner: string;
    token: TokenWithChainDetailsYield;
}

Properties

amount: string

The float amount of tokens.

minVirtualAmount: string

The Minimum float amount of CYD tokens.

owner: string

The account address to operate tokens with.

TokenWithChainDetailsYield operation token.