I don’t understand what the “parameterized” part means. In the Nos code we call them replaceable events.

Reply to this note

Please Login to reply.

Discussion

There’s parameterized and non-parameterized replaceable events. The former has a “d” tag that stays constant over replacements, which is useful when you can have multiple events of a given kind. The latter does not have the “d” tag, which means only one event for a given kind should exist, in theory.

This is interesting when only one possible value of "d" is documented.

It's effectively non-parameterized, but still parameterized according to the spec.