Vaulta

learnwithjoy

Contract

  • Table row type of tokendefs

    {
      "name": "tokendef",
      "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"
        }
      ]
    }