Skip to content

Commit

Permalink
chore: update JS docs for parse UDC event
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasaric committed Sep 5, 2024
1 parent 12ffef9 commit 4a60f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export function parseEvents(
* create DeployContractResponse compatible response with addition of the UDC Event data
* @param {InvokeTransactionReceiptResponse} txReceipt
*
* @returns {DeployContractUDCResponse} DeployContractResponse | UDC Event Response data
* @returns {DeployContractUDCResponse} parsed UDC event data
*/
export function parseUDCEvent(
txReceipt: InvokeTransactionReceiptResponse
Expand Down

0 comments on commit 4a60f2b

Please sign in to comment.