Interface TokenValueParams

interface TokenValueParams {
    stakingPool: StakingPool;
    amount: bigint;
    token0UsdPrice: number;
    token1UsdPrice: number;
}

Properties

stakingPool: StakingPool
amount: bigint
token0UsdPrice: number
token1UsdPrice: number