Vaulta

intervalue11

Contract

  • Table row type of lockinfo

    {
      "name": "lockinfo",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "locked_asset",
          "type": "asset"
        },
        {
          "name": "lock_limit",
          "type": "uint64"
        },
        {
          "name": "rel_interval",
          "type": "uint64"
        },
        {
          "name": "ratio",
          "type": "uint16"
        }
      ]
    }