Trait ink_wrapper_types::EventSource
source · pub trait EventSource: Copy + Into<AccountId> {
type Event: Decode;
}
Expand description
A trait that allows to decode events emitted by a specific contract.
Required Associated Types§
Object Safety§
This trait is not object safe.