Skip to content

Commit

Permalink
docs: improving Agent.acceptInvitation description (#341)
Browse files Browse the repository at this point in the history
Signed-off-by: Curtish <[email protected]>
  • Loading branch information
curtis-h authored Nov 14, 2024
1 parent 01105a0 commit 08624d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/edge-agent/didcomm/Agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ export default class DIDCommAgent {
}

/**
* Handle an invitation to create a connection
* Handle an invitation based on it's type
*
* - `PrismOnboardingInvitation`: creates a new connection
* - `OutOfBandInvitation`:
* - no Attachment: creates a new connection
* - with Attachment: stores / emits the attached message
*
* @async
* @param {InvitationType} invitation - an OOB or PrismOnboarding invitation
Expand Down

1 comment on commit 08624d7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 75%
76.14% (3636/4775) 66.53% (1666/2504) 80.29% (864/1076)

Please sign in to comment.