Vaulta

eosblackteam

Contract

  • Table row type of blackcfg

    {
      "name": "tokencfg",
      "base": "",
      "fields": [
        {
          "name": "is_runnable",
          "type": "bool"
        },
        {
          "name": "create_time",
          "type": "uint64"
        },
        {
          "name": "max_period",
          "type": "uint32"
        },
        {
          "name": "lock_period",
          "type": "uint32"
        },
        {
          "name": "period_uint",
          "type": "uint32"
        },
        {
          "name": "lock_balance",
          "type": "uint64"
        },
        {
          "name": "balance_uint",
          "type": "uint64"
        },
        {
          "name": "blacklist",
          "type": "name[]"
        }
      ]
    }