Skip to content

IsDelegationValid

isDelegationValid(chain, checks?): boolean

Defined in: packages/identity/src/identity/delegation.ts:358

Analyze a DelegationChain and validate that it’s valid, ie. not expired and apply to the scope.

DelegationChain

The chain to validate.

DelegationValidChecks

Various checks to validate on the chain.

boolean