Vaulta

puppynetwork

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "pup_pool_min",
          "type": "uint64"
        },
        {
          "name": "instant_account",
          "type": "name"
        },
        {
          "name": "instant_fee_p",
          "type": "float64"
        },
        {
          "name": "instant_fee_min",
          "type": "uint64"
        },
        {
          "name": "order_account",
          "type": "name"
        },
        {
          "name": "order_day_fee",
          "type": "uint64"
        },
        {
          "name": "order_amount_min",
          "type": "uint64"
        },
        {
          "name": "cleanup_window",
          "type": "uint64"
        },
        {
          "name": "cleanup_limit",
          "type": "uint64"
        }
      ]
    }