pub struct VMMessage<'a> {
pub kind: evmc_call_kind,
pub flags: Flags,
pub depth: i32,
pub gas: i64,
pub destination: Raw,
pub sender: &'a Raw,
pub input_data: Option<&'a Vec<u8>>,
pub value: Raw,
pub code: Option<&'a Vec<u8>>,
pub create2_salt: Option<()>,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.