Vaulta

utxomng.xsat

Contract

  • Table row type of blocks

    {
      "name": "block_row",
      "base": "",
      "fields": [
        {
          "name": "height",
          "type": "uint64"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "cumulative_work",
          "type": "checksum256"
        },
        {
          "name": "version",
          "type": "uint32"
        },
        {
          "name": "previous_block_hash",
          "type": "checksum256"
        },
        {
          "name": "merkle",
          "type": "checksum256"
        },
        {
          "name": "timestamp",
          "type": "uint32"
        },
        {
          "name": "bits",
          "type": "uint32"
        },
        {
          "name": "nonce",
          "type": "uint32"
        }
      ]
    }