Skip to content

Improve the declaration of events #255

Closed
@clearloop

Description

@clearloop

Describe the feature

we currently only have a baseline event implementation, gather events as an enum, rich and dynamic log{1,2,3,4}

Solution

#[derive(Event)]
enum Event {
  Transfer { from: Address, to: Address, value: U256 },
}

ABIs are also required

Metadata

Metadata

Assignees

Labels

bounty-$150Payable large onboarding issues

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions