nostr-websocket-utils

nostr-websocket-utils v0.3.0


nostr-websocket-utils / TimeSyncManager

Interface: TimeSyncManager

Time synchronization manager interface

Methods

startSync()

startSync(wsUrl): void

Starts time synchronization

Parameters

wsUrl

string

WebSocket URL for time sync

Returns

void

Defined in

nips/nip-22.ts:144


stopSync()

stopSync(): void

Stops time synchronization

Returns

void

Defined in

nips/nip-22.ts:149


getCurrentTime()

getCurrentTime(): number

Gets current synchronized time

Returns

number

Current timestamp

Defined in

nips/nip-22.ts:155


validateEvent()

validateEvent(event): TimeValidationResult

Validates event timing

Parameters

event

NostrWSMessage

Event to validate

Returns

TimeValidationResult

Validation result

Defined in

nips/nip-22.ts:162