fn get_address_from_opt_or_context(
context: &ExecutionContext,
option_address_string: Option<String>,
) -> Result<Address>Expand description
Helper function to get the address from the option given as argument to some ABIs Fallback to the current context address if not provided.