Vaulta

carmelsystem

Contract

  • Table row type of payments

    {
      "name": "payments_table",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "product_id",
          "type": "uint64"
        },
        {
          "name": "history",
          "type": "uint64"
        },
        {
          "name": "username",
          "type": "string"
        },
        {
          "name": "status",
          "type": "string"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        }
      ]
    }