Welshman Docs / @welshman/util / isParameterizedReplaceableKind
Function: isParameterizedReplaceableKind() ​
isParameterizedReplaceableKind(
kind
):boolean
Defined in: node_modules/nostr-tools/lib/types/kinds.d.ts:9
Events are parameterized replaceable, which means that, for each combination of pubkey
, kind
and the d
tag, only the latest event is expected to be stored by relays, older versions are expected to be discarded.
Parameters ​
kind ​
number
Returns ​
boolean