Do you need to traverse related transactions in the entire blockchain when reading variables in smart contracts?

if an array is defined in the smart contract, and the append method. So to read the latest value of this array, do you need to traverse the relevant transactions in the entire block chain and read out all the append (and possibly delete) to finally get the latest array? It looks troublesome


answer your own questions every time. https://medium.com/aigang-net.

Menu