Type Alias multicall_entry_t

Source
pub type multicall_entry_t = multicall_entry;

Aliased Type§

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

Fields§

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