Contracts

As code implementation of smart contracts can change with time, it is necessary to mountain the history of contracts source codes, so that new node can join network and replay all the transactions from the beginning.

Example:

"contracts": [
    {
      "height": 0,
      "space": "space1",
      "source": "contract.js"
    }
  ]

Last updated