Vaulta

newdexpublic

Contract

  • Action parameter in savecurrency

    {
      "name": "savecurrency",
      "base": "",
      "fields": [
        {
          "name": "currency_id",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "currency_precision",
          "type": "uint8"
        },
        {
          "name": "currency_sym",
          "type": "string"
        },
        {
          "name": "is_quote_currency",
          "type": "bool"
        }
      ]
    }