For the complete documentation index, see llms.txt. This page is also available as Markdown.

Price

Git Source

A struct representing a price as a fraction [numerator/denominator]

struct Price {
uint256 numerator;
uint256 denominator;
}

Last updated

Was this helpful?