Vaulta

classicmusic

Contract

  • Table row type of songss

    {
      "name": "songs",
      "base": "",
      "fields": [
        {
          "name": "nox",
          "type": "uint64"
        },
        {
          "name": "idx",
          "type": "uint64"
        },
        {
          "name": "tem",
          "type": "string"
        },
        {
          "name": "mp3",
          "type": "string"
        },
        {
          "name": "mnu",
          "type": "string"
        }
      ]
    }