1 2 3 4 5 6 7 8 9 10
@trust("hybrid") @web @ai @chain("ethereum") service LogTest { fn test_function() -> bool { log::info("test", "Testing Auth Session Creation"); return true; } }