Represents the parameters for the "idOf" function.
type IdOfParams = { owner: AbiParameterToPrimitiveType<{ name: "owner"; type: "address"; }>;};