Type Alias calldata_t

Source
pub type calldata_t = calldata;

Aliased Type§

struct calldata_t {
    pub stack: *mut u8,
    pub size: usize,
    pub capacity: usize,
    pub fixed: bool,
}

Fields§

§stack: *mut u8§size: usize§capacity: usize§fixed: bool