PositionConfig
Git Source - Generated with forge doc
struct PositionConfig {
PoolKey poolKey;
int24 tickLower;
int24 tickUpper;
}
PositionConfigLibrary
Library to calculate the PositionConfigId from the PositionConfig struct
Functions
toId
function toId(PositionConfig calldata config) internal pure returns (bytes32 id);