Elrond has events that can be emitted during smart contract execution: https://docs.elrond.com/developers/developer-reference/elrond-wasm-annotations/#events
How would I query for or subscribe to these events? On Ethereum, it would be possible to monitor/query such events as they execute using web3 or the Ethereum client node RPC. Is there something similar on Elrond?