Derive Macro oasis_runtime_sdk_macros::EvmEvent
source ยท #[derive(EvmEvent)]
{
// Attributes available to this derive:
#[evm_event]
}
Expand description
Derives the EvmEvent
trait on a struct.
#[derive(EvmEvent)]
{
// Attributes available to this derive:
#[evm_event]
}
Derives the EvmEvent
trait on a struct.