Vaulta

dextop2match

Contract

  • Action parameter in tokenset

    {
      "name": "tokenset",
      "base": "",
      "fields": [
        {
          "name": "admin",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "mindeposit",
          "type": "asset"
        },
        {
          "name": "minwithdraw",
          "type": "asset"
        },
        {
          "name": "withdrawfee",
          "type": "asset"
        },
        {
          "name": "candeposit",
          "type": "uint64"
        },
        {
          "name": "canwithdraw",
          "type": "uint64"
        },
        {
          "name": "del",
          "type": "uint8"
        }
      ]
    }