Skip to content
Snippets Groups Projects
agentUtils.ts 245 B
Newer Older
  • Learn to ignore specific revisions
  • import {CredentialExchangeRecord, ProofExchangeRecord} from "@aries-framework/core";
    
    export interface AgentNotification {
    
      key: string;
      connection?: any;
      credentialOffer?: CredentialExchangeRecord;
      proofRequest?: ProofExchangeRecord;
    }