4

I am trying to save some data into a block. The extraData field has a constant value since block 1. Also where does the data parameter of sendTransaction() function get stored?

anonymous
  • 351
  • 3
  • 13

1 Answers1

3

Please find reference in this answer here: What does each genesis.json parameter mean?

Excerpt here: "extraData An optional free, but max. 32-byte long space to conserve smart things for ethernity."

vmatekole
  • 39
  • 3