PriceParams

Represents the parameters for the "price" function.

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