Vaulta

force.efx

Contract

  • Table row type of payment

    {
      "name": "payment",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account_id",
          "type": "uint32"
        },
        {
          "name": "batch_id",
          "type": "uint64"
        },
        {
          "name": "pending",
          "type": "extended_asset"
        },
        {
          "name": "last_submission_time",
          "type": "time_point_sec"
        }
      ]
    }