Skip to content

Commit 530f59b

Browse files
Krishang NadgaudaKrishang Nadgauda
Krishang Nadgauda
authored and
Krishang Nadgauda
committed
docs update
1 parent 9c3f84d commit 530f59b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/MockContractPublisher.md

+18
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,23 @@ event Paused(bool isPaused)
233233
|---|---|---|
234234
| isPaused | bool | undefined |
235235

236+
### PublisherProfileUpdated
237+
238+
```solidity
239+
event PublisherProfileUpdated(address indexed publisher, string prevURI, string newURI)
240+
```
241+
242+
243+
244+
245+
246+
#### Parameters
247+
248+
| Name | Type | Description |
249+
|---|---|---|
250+
| publisher `indexed` | address | undefined |
251+
| prevURI | string | undefined |
252+
| newURI | string | undefined |
253+
236254

237255

0 commit comments

Comments
 (0)