Vaulta

utxomng.xsat

Contract

  • Table row type of utxos

    {
      "name": "utxo_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "txid",
          "type": "checksum256"
        },
        {
          "name": "index",
          "type": "uint32"
        },
        {
          "name": "scriptpubkey",
          "type": "bytes"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }