pub type MessageKind = evmc_call_kind;Expand description
EVMC call kind.
Aliased Type§
#[repr(u32)]pub enum MessageKind {
EVMC_CALL = 0,
EVMC_DELEGATECALL = 1,
EVMC_CALLCODE = 2,
EVMC_CREATE = 3,
EVMC_CREATE2 = 4,
}pub type MessageKind = evmc_call_kind;EVMC call kind.
#[repr(u32)]pub enum MessageKind {
EVMC_CALL = 0,
EVMC_DELEGATECALL = 1,
EVMC_CALLCODE = 2,
EVMC_CREATE = 3,
EVMC_CREATE2 = 4,
}