caller

Function caller 

Source
pub fn caller<E>() -> E::AccountId
where E: Environment,
Expand description

Returns the address of the caller of the executed contract.

ยงErrors

If the returned caller cannot be properly decoded.