Vaulta

stpooltofomo

Contract

The data structures defined by this contract.

  • Table row type of filter

    {
      "name": "Filter",
      "base": "",
      "fields": [
        {
          "name": "filters",
          "type": "string[]"
        }
      ]
    }
  • Table row type of txs

    {
      "name": "Transactions",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "txId",
          "type": "checksum256"
        },
        {
          "name": "time",
          "type": "time_point"
        }
      ]
    }
  • Action parameter in checktxid

    {
      "name": "checktxid",
      "base": "",
      "fields": [
        {
          "name": "txId",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in clear

    {
      "name": "clear",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setfilter

    {
      "name": "setfilter",
      "base": "",
      "fields": [
        {
          "name": "filter",
          "type": "string"
        },
        {
          "name": "add",
          "type": "bool"
        }
      ]
    }