Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Add event #373

Closed DOBEN closed 10 months ago

DOBEN commented 10 months ago

Purpose

Add event including the item_index in the sponsored transaction auction example. This will allow the front end to pick up and display the newly created item_index when an item is added to the auction.

Changes

Add event