anon-identity
Version:
Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure
15 lines • 956 B
TypeScript
export * from './types';
export * from './agent-identity';
export * from './delegation-manager';
export * from './scope-registry';
export * from './scope-validator';
export * from './service-manifest';
export * from './agent-revocation-service';
export * from './activity';
export { DelegationPolicy, DelegationConstraints, TimeRestriction, PolicyEvaluationResult, DelegationPolicyEngine } from './delegation-policy-engine';
export { DelegationChainValidator, ChainValidationResult, ChainCacheEntry } from './delegation-chain-validator';
export { DelegationChainVisualizer, ChainNode, ChainVisualization } from './delegation-chain-visualizer';
export { ScopeReductionStrategies, ScopeReductionResult, ScopeHierarchy } from './scope-reduction-strategies';
export { DelegationDepthController, DepthConfiguration, DepthValidationResult, DepthAnalysis } from './delegation-depth-controller';
export * from './communication';
//# sourceMappingURL=index.d.ts.map