Vaulta

antelopcache

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "prop_vote_decay_start",
          "type": "uint64"
        },
        {
          "name": "prop_vote_decay_end",
          "type": "uint64"
        },
        {
          "name": "initial_vote_pct_req",
          "type": "float64"
        },
        {
          "name": "ending_vote_pct_req",
          "type": "float64"
        },
        {
          "name": "proposition_period",
          "type": "uint64"
        },
        {
          "name": "min_leading_blocks",
          "type": "uint64"
        },
        {
          "name": "max_fee_vote",
          "type": "asset"
        },
        {
          "name": "block_interval",
          "type": "uint64"
        },
        {
          "name": "max_subsidy_storage",
          "type": "uint64"
        },
        {
          "name": "const_burn_rate",
          "type": "asset"
        },
        {
          "name": "ramcustodian",
          "type": "name"
        },
        {
          "name": "developer",
          "type": "name"
        }
      ]
    }