Vaulta

force.efx

Contract

  • Table row type of submission

    {
      "name": "submission",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account_id",
          "type": "uint32?"
        },
        {
          "name": "content",
          "type": "content?"
        },
        {
          "name": "leaf_hash",
          "type": "checksum256"
        },
        {
          "name": "batch_id",
          "type": "uint64"
        },
        {
          "name": "data",
          "type": "string?"
        },
        {
          "name": "paid",
          "type": "bool"
        },
        {
          "name": "submitted_on",
          "type": "time_point_sec"
        }
      ]
    }