Vaulta

stake.rms

Contract

  • Struct property of config

    Table row type of config

    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "init_done",
          "type": "bool"
        },
        {
          "name": "min_unstake_amount",
          "type": "uint64"
        },
        {
          "name": "unstake_expire_seconds",
          "type": "uint64"
        },
        {
          "name": "max_withdraw_rows",
          "type": "uint64"
        },
        {
          "name": "max_stake_amount",
          "type": "uint64"
        }
      ]
    }