nostr-websocket-utils

nostr-websocket-utils v0.3.0


nostr-websocket-utils / validateEventPoW

Function: validateEventPoW()

validateEventPoW(message, minDifficulty, logger): boolean

Validates proof of work for an event

Parameters

message

NostrWSMessage

Message containing event

minDifficulty

number

Minimum required difficulty

logger

Logger

Logger instance

Returns

boolean

True if proof of work is valid

Defined in

nips/nip-13.ts:77