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