Static ink_metadata::EVENTS
source ยท pub static EVENTS: DistributedSlice<[fn() -> EventSpec]>
Expand description
Any event which derives #[derive(ink::EventMetadata)]
and is used in the contract
binary will have its implementation added to this distributed slice at linking time.