Vaulta

dadethbridge

Contract

  • Action parameter in initsymsett

    {
      "name": "initsymsett",
      "base": "",
      "fields": [
        {
          "name": "intokensym",
          "type": "symbol"
        },
        {
          "name": "depofeepct",
          "type": "float32"
        },
        {
          "name": "withdrawfeepct",
          "type": "float32"
        },
        {
          "name": "minfeedeposit",
          "type": "asset"
        },
        {
          "name": "minfeewithdraw",
          "type": "asset"
        },
        {
          "name": "max_withdrawal_period_amount",
          "type": "asset"
        },
        {
          "name": "max_withdrawal_period",
          "type": "int64"
        },
        {
          "name": "max_withdrawal_allowed",
          "type": "asset"
        }
      ]
    }