Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. State has 4-tuples, one for every account:
  2.  
  3. 1. aETC balance of account
  4. 2. hash of machine code
  5. 3. hash of storage dict (256 bit ints -> 256 bit ints)
  6. 4. # txs made, or, # other smart contracts made
  7.  
  8. * The node implementations must determine state from the blockchain since it is all needed info is in there.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement