Skip to content

Commit

Permalink
Added: KeyValue Pair Events
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanrat-zen committed Aug 4, 2021
1 parent d8f3839 commit 45d7db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/models/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (e *NewKeyValuePairEvent) Name() string {
}

type DeleteKeyValuePairEvent struct {
Pair *KeyValuePair
DeletePairRequest
}

func (e *DeleteKeyValuePairEvent) Name() string {
Expand Down

0 comments on commit 45d7db5

Please sign in to comment.