Vaulta

learnwithjoy

Contract

  • Table row type of tokens

    {
      "name": "token",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        },
        {
          "name": "chainid",
          "type": "string"
        },
        {
          "name": "tokentype",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        }
      ]
    }