pub trait ScryptoEvent: ScryptoEncode + ScryptoDecode + ScryptoDescribe {
    const EVENT_NAME: &'static str;
}

Required Associated Constants§

source

const EVENT_NAME: &'static str

Object Safety§

This trait is not object safe.

Implementors§