PriceParams

Represents the parameters for the "price" function.

type PriceParams = {
units: AbiParameterToPrimitiveType<{
name: "units";
type: "uint256";
}>;
};