UNPKG
@iguanadex/v3-sdk
Version:
latest (3.8.2)
3.8.2
3.8.0
⚒️ An SDK for building applications on top of IguanaDEX V3
@iguanadex/v3-sdk
/
dist
/
utils
/
isPoolTickInRange.d.ts
3 lines
•
234 B
TypeScript
View Raw
1
2
3
import
{
Pool
}
from
'../entities/pool'
;
export
declare
const
isPoolTickInRange
:
(
pool
:
Pool
|
undefined
|
null
,
tickLower
:
number
|
undefined
,
tickUpper
:
number
|
undefined
) =>
boolean
;
//# sourceMappingURL=isPoolTickInRange.d.ts.map