Vaulta

brdgmng.xsat

Contract

  • Table row type of configs

    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "deposit_enable",
          "type": "bool"
        },
        {
          "name": "withdraw_enable",
          "type": "bool"
        },
        {
          "name": "check_uxto_enable",
          "type": "bool"
        },
        {
          "name": "limit_amount",
          "type": "uint64"
        },
        {
          "name": "deposit_fee",
          "type": "uint64"
        },
        {
          "name": "withdraw_fast_fee",
          "type": "uint64"
        },
        {
          "name": "withdraw_slow_fee",
          "type": "uint64"
        },
        {
          "name": "withdraw_merge_count",
          "type": "uint16"
        },
        {
          "name": "withdraw_timeout_minutes",
          "type": "uint16"
        },
        {
          "name": "btc_address_inactive_clear_days",
          "type": "uint16"
        },
        {
          "name": "gas_limit",
          "type": "uint64$"
        },
        {
          "name": "withdraw_max_amount",
          "type": "uint64$"
        }
      ]
    }