pub fn caller<E>() -> E::AccountIdwhere
E: Environment,Expand description
Returns the address of the caller of the executed contract.
ยงErrors
If the returned caller cannot be properly decoded.
pub fn caller<E>() -> E::AccountIdwhere
E: Environment,Returns the address of the caller of the executed contract.
If the returned caller cannot be properly decoded.