Interface LiquidityPoolsApproveParams

interface LiquidityPoolsApproveParams {
    amount?: string | number | Big;
    owner: string;
    token: TokenWithChainDetails;
}

Properties

Properties

amount?: string | number | Big

The integer amount of tokens to approve. Optional. The maximum amount by default.

owner: string

The address of the token owner who is granting permission to use tokens

The token info