Type Alias IdentityResolver
IdentityResolver: (
pubkey: string,
) => { aggregateHash: string; dTag: string } | undefined
Type Declaration
- (pubkey: string): { aggregateHash: string; dTag: string } | undefined
Returns { aggregateHash: string; dTag: string } | undefined
Identity lookup function type — resolves a pubkey to its full identity. Provided by sessionRegistry at runtime.