TotalSupplyParams

Represents the parameters for the "totalSupply" function.

type TotalSupplyParams = {
id: AbiParameterToPrimitiveType<{ name: "id"; type: "uint256" }>;
};