When a smart contract needs information from outside the blockchain, such as a price feed from an oracle, this information must be included as part of a transaction that calls the smart contract. The EVM does not directly fetch external data; instead, an external entity, like an oracle service, initiates a transaction to the contract, embedding the external data within that transaction. This external information is prim....
Log in to view the answer