Vaulta

newdexpublic

Contract

  • Table row type of currency

    {
      "name": "currency",
      "base": "",
      "fields": [
        {
          "name": "currency_id",
          "type": "uint64"
        },
        {
          "name": "chain",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "is_quote_currency",
          "type": "bool"
        },
        {
          "name": "in_fee",
          "type": "uint8"
        },
        {
          "name": "out_fee",
          "type": "uint8"
        },
        {
          "name": "ext1",
          "type": "uint64"
        },
        {
          "name": "ext2",
          "type": "uint64"
        },
        {
          "name": "extstr",
          "type": "string"
        }
      ]
    }