Type Alias multicall_entry_t

Source
pub type multicall_entry_t = multicall_entry;

Aliased Type§

#[repr(C)]
pub struct multicall_entry_t { pub op: u32, pub result: u32, pub args: [u32; 6], }

Fields§

§op: u32§result: u32§args: [u32; 6]