Vaulta

timeforestct

Contract

  • Table row type of lock

    {
      "name": "lock_records",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "frozen",
          "type": "asset"
        },
        {
          "name": "available",
          "type": "asset"
        },
        {
          "name": "cliff",
          "type": "uint64"
        },
        {
          "name": "start",
          "type": "uint64"
        },
        {
          "name": "duration",
          "type": "uint64"
        },
        {
          "name": "item",
          "type": "uint64"
        },
        {
          "name": "deal",
          "type": "uint64"
        }
      ]
    }