pub fn await_value(awaited: Value) -> Result<Value, String>
The AWAIT op body (runs inside the async coroutine): suspend, yielding the awaited value; on resume, unwrap the settlement packet (throwing on reject).