sergejparity / voteabout

Repository for the VoteAbout project. BUIDL Camp - Cohort 2
MIT License
0 stars 2 forks source link

Add and emit necessary events #18

Open Lukman-01 opened 14 hours ago

Lukman-01 commented 14 hours ago

[event]

#[derive(Drop, starknet::Event)]
enum Event {
}
sergejparity commented 13 hours ago

Good. Let's define which Events we are interested to emit.