Type Alias Caller

Source
pub type Caller = Address;
Expand description

Makes function caller-sensitive

Aliased Type§

#[repr(C)]
pub struct Caller(pub [u8; 20]);

Tuple Fields§

§0: [u8; 20]