Function getHlpFeeBasisPoints
- getHlpFeeBasisPoints(args): BigNumber
 Parameters
- args: { 
    config: Pick<HlpConfig, "mintBurnFeeBasisPoints" | "taxBasisPoints">; 
    isBuy: boolean; 
    targetUsdHlpAmount: BigNumber; 
    token: string; 
    totalTokenWeights: BigNumber; 
    usdHlpDelta: BigNumber; 
    usdHlpSupply: BigNumber; 
}config: Pick<HlpConfig, "mintBurnFeeBasisPoints" | "taxBasisPoints">
isBuy: boolean
targetUsdHlpAmount: BigNumber
token: string
totalTokenWeights: BigNumber
usdHlpDelta: BigNumber
usdHlpSupply: BigNumber
 
Returns BigNumber