Skip to main content

LiquidityProvideBins

@bidask-protocol/sdk


@bidask-protocol/sdk / LiquidityProvideBins

Type Alias: LiquidityProvideBins

LiquidityProvideBins = Record<number, [bigint, bigint]> & object

Record of liquidity provide bins where the key is the bin index and the value is the amount of token0 and token1 to provide

Type declaration

[_liquidityProvideBins]

readonly [_liquidityProvideBins]: void

Warning

Due to branded typing, use as LiquidityProvideBins instead of : LiquidityProvideBins when creating objects