Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 587 Bytes

verifyDelegation.md

File metadata and controls

37 lines (19 loc) · 587 Bytes

nostr-websocket-utils v0.3.0


nostr-websocket-utils / verifyDelegation

Function: verifyDelegation()

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

Verify a delegation token

Parameters

delegatorPubkey

string

delegateePubkey

string

token

string

conditions

DelegationConditions

Returns

Promise<boolean>

Defined in

nips/nip-26.ts:79