Vaulta

sparkletrccd

Contract

  • Table row type of reclaims

    {
      "name": "Reclaim",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "string"
        },
        {
          "name": "blockchain",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "initiated_at",
          "type": "time_point_sec?"
        }
      ]
    }