nostr-websocket-utils

nostr-websocket-utils v0.3.16


nostr-websocket-utils / verifyDelegation

Function: verifyDelegation()

verifyDelegation(delegatorPubkey, delegateePubkey, token, conditions): Promise<boolean>

Defined in: nips/nip-26.ts:75

Verify a delegation token

Parameters

delegatorPubkey

string

delegateePubkey

string

token

string

conditions

DelegationConditions

Returns

Promise<boolean>