Skip to main content

Reference

Interfaces, signatures, parameters, and generated references.

Lookup friendly
TOC available

PositionConfig

Git Source - Generated with forge doc

struct PositionConfig {
PoolKey poolKey;
int24 tickLower;
int24 tickUpper;
}

PositionConfigLibrary

Git Source

Library to calculate the PositionConfigId from the PositionConfig struct

Functions

toId

function toId(PositionConfig calldata config) internal pure returns (bytes32 id);