Skip to content

Commit

Permalink
docs: add document, service and presentation events
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 4, 2024
1 parent 610af21 commit 2ff7d34
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions agent_event_publisher_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ event_publishers:
### Available events
#### `document`

```
DocumentCreated
ServiceAdded
```
#### `service`
```
DomainLinkageServiceCreated
LinkedVerifiablePresentationServiceCreated
```
#### `credential`
```
Expand Down Expand Up @@ -53,6 +67,12 @@ CredentialConfigurationAdded
CredentialAdded
```
#### `presentation`
```
PresentationCreated
```
#### `received_offer`
```
Expand Down

0 comments on commit 2ff7d34

Please sign in to comment.