Skip to main content
Helpful?

PositionConfigId

Git Source | Generated with forge doc

A configId is set per tokenId The lower 255 bits are used to store the truncated hash of the corresponding PositionConfig The upper bit is used to signal if the tokenId has a subscriber

struct PositionConfigId {
bytes32 id;
}
Helpful?