Vaulta

ttbbddttbbdd

Contract

  • Table row type of records

    {
      "name": "records",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "isgift",
          "type": "bool"
        },
        {
          "name": "pkgid",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "starttime",
          "type": "uint64"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "endtime",
          "type": "uint64"
        },
        {
          "name": "interest",
          "type": "int64"
        },
        {
          "name": "cpupower",
          "type": "uint64"
        },
        {
          "name": "maxprofit",
          "type": "asset"
        }
      ]
    }