Vaulta

labelaarbaro

Contract

  • Table row type of users

    {
      "name": "user",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "last_claim",
          "type": "time_point"
        },
        {
          "name": "rec",
          "type": "bool"
        },
        {
          "name": "veri",
          "type": "name"
        }
      ]
    }