MCPcopy Create free account
hub / github.com/cameri/nostream / isOpenTimestampsEvent

Function isOpenTimestampsEvent

src/utils/event.ts:279–281  ·  view source on GitHub ↗
(event: Event)

Source from the content-addressed store, hash-verified

277
278// NIP-03: OpenTimestamps attestation
279export const isOpenTimestampsEvent = (event: Event): boolean => {
280 return event.kind === EventKinds.OPEN_TIMESTAMPS
281}
282
283// Marmot Protocol helpers
284

Callers 1

eventStrategyFactoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected