Derive Macro oasis_runtime_sdk::EvmEvent
#[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.