Vaulta

utxomng.xsat

Contract

  • Table row type of consensusblk

    {
      "name": "consensus_block_row",
      "base": "",
      "fields": [
        {
          "name": "bucket_id",
          "type": "uint64"
        },
        {
          "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"
        },
        {
          "name": "miner",
          "type": "name"
        },
        {
          "name": "synchronizer",
          "type": "name"
        },
        {
          "name": "parser",
          "type": "name"
        },
        {
          "name": "num_utxos",
          "type": "uint64"
        },
        {
          "name": "irreversible",
          "type": "bool"
        },
        {
          "name": "parse",
          "type": "bool"
        },
        {
          "name": "created_at",
          "type": "time_point_sec"
        }
      ]
    }